reticulum-meshchat
reticulum-meshchat copied to clipboard
Add support for RNode over BLE
This is a reminder to add support for RNodes over BLE.
Will need to add the bleak library to requirements.txt so it's available within the cxfreeze compiled binaries, and to also test that it works.
It would also be nice to have a way for the user to select a BLE RNode in a dropdown, as currently they will need to edit the ~/.reticulum/config file manually. This is because the user needs to provide ble://RNode ABCD as the port instead of something like /dev/cu.usbmodem1234, and the existing dropdown only shows known serial ports.