Closed empeje closed 4 years ago
how would you use this?
I think we need to have an authorization for the bluetooth connection so that anybody can't take our raspberry pi out easily
@empeje right now if we connect the right pins on rpi bluetooth goes to sleep ... until you remove this pins
https://github.com/treehouses/remote/blob/master/app/src/main/java/io/treehouses/remote/Network/BluetoothChatService.java Line 300 something. Bluetooth server.py in cli
I think the best way to do this is to ask for a password over bluetooth message. Currently our connections are using RFCOMM specification through android which is using what ever the android device has available which is usually AES-128 for bluetooth encryption.
need password protected bluetooth server