Skip to content

Releases: citruz/beacontools

2.1.0

27 Oct 21:55
513e1c7
Compare
Choose a tag to compare

Added support for extended BLE commands for devices using HCI >= 5.0 (Linux only, thanks to idaniel86)

2.0.2

29 Aug 21:10
2fb645f
Compare
Choose a tag to compare

Improved prefiltering of packets, fixes #48

2.0.1

25 Aug 20:56
d213dc0
Compare
Choose a tag to compare
  • Removed (unused) rfu field from the Eddystone UID packet, fixes #39

2.0.0

29 Jun 20:30
960acc0
Compare
Choose a tag to compare
  • 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

04 Jan 21:15
7276e47
Compare
Choose a tag to compare
  • Multiple fixes and internal refactorings, including support for Raspberry Pi 3B+ (huge thanks to cereal)
  • Updated dependencies

1.3.0

26 Aug 19:26
bf14608
Compare
Choose a tag to compare
  • 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

25 May 21:43
246144c
Compare
Choose a tag to compare
  • Added support for Eddystone packets with Flags Data set to 0x1a (thanks to @AndreasTornes)
  • Updated depedencies

1.2.3

09 Apr 20:53
c3eba26
Compare
Choose a tag to compare
  • Fixed compatibility with construct >=2.9.41

1.2.2

13 Feb 22:35
Compare
Choose a tag to compare
  • Moved import of bluez so that the library can be used in parsing-only mode, without having bluez installed.

1.2.1

13 Feb 22:22
Compare
Choose a tag to compare
  • Updated dependencies in order to solve a conflict in Home Assistant