Releases: matthewelse/bleep
Releases · matthewelse/bleep
Version 0.5 (alpha)
Rewritten backend in Rust, which now makes use of Python async.
Version 0.4.2
Added lots of logging information, and a new example
Bleep Version 0.4
Note: There are many breaking changes in this version.
- BLECharacteristic, BLEDescriptor and BLEService have been renamed and refactored into GATTCharacteristic, GATTDescriptor and GATTService.
- A BLEUUID class has been added, to simplify canonicalisation of 16-bit, 32-bit and 128-bit BLE SIG UUIDs.
- All objects now inherit from object, to reduce possiblity of problems in Python 2.