Releases: citruz/beacontools
Releases · citruz/beacontools
2.1.0
Added support for extended BLE commands for devices using HCI >= 5.0 (Linux only, thanks to idaniel86)
2.0.2
Improved prefiltering of packets, fixes #48
2.0.1
- Removed (unused) rfu field from the Eddystone UID packet, fixes #39
2.0.0
- Dropped support for Python 2.7 and 3.4
- Added support for COVID-19 Exposure Notifications
- Added support for FreeBSD and fixed temperature parsing (thanks to myfreeweb)
- Added support for Control-J Monitor beacons (thanks to clydebarrow)
- Added support for Estimote Nearables (thanks to ShaunPlummer)
1.3.1
- Multiple fixes and internal refactorings, including support for Raspberry Pi 3B+ (huge thanks to cereal)
- Updated dependencies
1.3.0
- Added support for Estimote Telemetry packets (see examples/parser_example.py)
- Relaxed parsing constraints for RFU and flags field
- Added temperature output in 8.8 fixed point decimal format for Eddystone TLM
1.2.4
- Added support for Eddystone packets with Flags Data set to 0x1a (thanks to @AndreasTornes)
- Updated depedencies
1.2.3
- Fixed compatibility with construct >=2.9.41
1.2.2
- Moved import of bluez so that the library can be used in parsing-only mode, without having bluez installed.
1.2.1
- Updated dependencies in order to solve a conflict in Home Assistant