Skip to content

Releases: matthewelse/bleep

Version 0.5 (alpha)

24 Sep 07:34
e8f9116
Compare
Choose a tag to compare
Version 0.5 (alpha) Pre-release
Pre-release

Rewritten backend in Rust, which now makes use of Python async.

Version 0.4.2

11 Sep 13:44
Compare
Choose a tag to compare

Added lots of logging information, and a new example

Bleep Version 0.4

03 Sep 14:59
Compare
Choose a tag to compare
Bleep Version 0.4 Pre-release
Pre-release

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.