Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Flipper Zero Hardware Integration and Misc Fixes #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

irongiant33
Copy link
Owner

@irongiant33 irongiant33 commented May 11, 2023

Attempt to resolve issue 29 for mirage.

Other miscellaneous fixes include:

  • addition of requirements.txt to enable virtual environment testing & local builds
  • it seems that setup.py is trying to enable the creation of a Python package. How much work is left to finish this? Searching PyPI mirage doesn't seem to exist as a package.
  • add Dockerfile to manage OS dependencies (if DragonOS isn't installed for some reason...)

…ore after running 'sudo python3 setup.py install'. Modifiying requirements.txt to be compatible with Mirage documentation
@irongiant33
Copy link
Owner Author

irongiant33 commented May 11, 2023

went down an unfortunately long rabbit hole to learn about why WSL doesn't support linux kernel modules, like uinput, which is needed for Mirage via the keyboard Python library. For more info: microsoft/WSL#1893

Although this doesn't seem to affect the direct execution approach: https://homepages.laas.fr/rcayre/mirage-documentation/direct.html, only the command line execution (i.e. ./mirage_launcher)

@irongiant33
Copy link
Owner Author

irongiant33 commented May 11, 2023

starting to dig into how a HackRF one or WiFi device is interacted with so that I can build off of those examples. The class relationships and imports are fairly complex, so it is taking a minute to get a full picture - probably going to call it for today

…cause I need to understand how the mirage interacts with BLE via hackrf or other tools first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(Request) Flipper Zero Hardware Integration
2 participants