K3YOMI / Wall-of-Flippers

A simple and easy way to find Flipper Zero Devices and Bluetooth Low Energy Based Attacks
MIT License
780 stars 57 forks source link

Added Fedora installation guide and refined Auto installation. #9

Closed OnlyNandan closed 9 months ago

OnlyNandan commented 9 months ago

Fedora installation documentation and edited the python code to check the distro and auto install as per the linux distro the python program is being run on

K3YOMI commented 9 months ago

Oh nice, I'll take a look when I can!

OnlyNandan commented 9 months ago

Sure :D

K3YOMI commented 9 months ago

I've noticed a few things. A new python package would be required. Documentation looks great, I just would prefer another method for the auto install process. Could this be replaced with import platform and use platform.freedesktop_os_release()

Have you also tested this, bluepy as well as the bluetooth module is failing to install? Any other requirements?

OnlyNandan commented 9 months ago

Ahh yeah sure ill make the changes for it to use platform. Yeah I have tested it on Fedora on my system and debian on a vm. There were no bugs as such other than the Functionality of the program not working in the vm due to unsupported bluetooth driver.

K3YOMI commented 9 months ago

Ahh yeah sure ill make the changes for it to use platform. Yeah I have tested it on Fedora on my system and debian on a vm. There were no bugs as such other than the Functionality of the program not working in the vm due to unsupported bluetooth driver.

Yeah, I was having an issue with bluepy library with a fresh vm install. I'll take a look when I have the chance!

K3YOMI commented 9 months ago

Ah, Thats because you dont have BT or the service enabled

OnlyNandan commented 9 months ago

ohh cool then the installation works check it out when you get time.

K3YOMI commented 9 months ago

I got it to work finally lol, let me double check a few things

Since we have a base, I'm going to work on separating some functionality from the main python script into utils. After that, just add on to the utils. 👍

K3YOMI commented 9 months ago

image Progress!

K3YOMI commented 9 months ago

If you could, make another pull request with the new commits. Updated some major stuff including improved organization

OnlyNandan commented 9 months ago

yeah sure ill make another pull request