find-lf icon indicating copy to clipboard operation
find-lf copied to clipboard

Bluetooth communication

Open schollz opened this issue 8 years ago • 0 comments

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

schollz avatar Jan 04 '17 17:01 schollz