find-lf
find-lf copied to clipboard
Bluetooth communication
My idea here is to continuously sniff WiFi with tshark
and then have all nodes communicate with a single node that is devoted to sending the information to the central server. I'd like to also support a single WiFi card (instead of having to have two). Communication would have to be done with Bluetooth.
sudo hciconfig hci0 piscan # setup bluetooth
sudo apt-get install libbluetooth-dev python3-pip bluez
sudo python3 -m pip install pybluez