Releases: fO-000/bluing
Releases · fO-000/bluing
v0.4.0: A big step
- Added advertising physical channel PDU sniffing
- Added dedicated firmware for micro:bit
- Improved the command line UI
- Rewritten the README
v0.3.1
v0.3.0: 1. Added LE LL features scan mode.
- Added LE LL features scan mode.
- Improved GATT scan.
v0.2.3
v0.2.2
Updated some dependences
v0.2.1 Updated some dependencies
Improved BR/EDR devices scanning and project structure.
- Improved BR/EDR scanning. Directly using HCI protocol to replace the PyBluez scanning framework. Now we can get page scan repetition mode, clock offset, and whole extended inquiry response data. At the same time, since all types of inquiry results are parsed, more devices can be discovered.
- Improved the SDP scanning framework to make it easier for adding new service record parser.
- Separated
hci.py
as bthci package (uploaded to PyPI). - Separated some ui utilities in
ui.py
as pyclui package (uploaded to PyPI).
The first release in v0.1.x
- This version was approved by the supervisor.
- The README has been rewritten and now supports Chinese.
- Added author, company, and team Info.
Improved SDP scanning and some HCI commands
v0.0.9 Improved SDP scanning and some HCI commands
Beginning of Next Step
1. Added LMP scan mode
2. Removed synchronous BR/EDR scan, just using asynchronous BR/EDR scan
3. Refactored HCI interface