BLE - mikey0000/PyMammotion GitHub Wiki
BLE
Direct communication between the app and the Luba is possible using BLE (Bluetooth Low Energy).
The ble comms use a custom protocol on top of ble which has been reverse engineered. 99% of messages are protobuf and can be decoded as such.
BleMessage class handles decoding of these messages and sending them.