Skip to content

Releases: fO-000/bluing

v0.4.0: A big step

11 Dec 07:42
Compare
Choose a tag to compare
  1. Added advertising physical channel PDU sniffing
  2. Added dedicated firmware for micro:bit
  3. Improved the command line UI
  4. Rewritten the README

v0.3.1

19 Nov 08:21
Compare
Choose a tag to compare

Fix scapy dependency

v0.3.0: 1. Added LE LL features scan mode.

17 Nov 06:33
Compare
Choose a tag to compare
  1. Added LE LL features scan mode.
  2. Improved GATT scan.

v0.2.3

17 Oct 10:57
Compare
Choose a tag to compare
  1. The case where there is no hci0 in the system but there are other hci devices is handled.
  2. Used the new logging system.
  3. Reparsed the manufacturer specific data in the GAP.
  4. Fixed some bugs.

v0.2.2

07 Sep 07:00
Compare
Choose a tag to compare
  1. Added the operation of actively obtaining the name of the remote device during BR scanning.
  2. Fix some small bugs.

Updated some dependences

03 Aug 08:43
Compare
Choose a tag to compare
v0.2.1

Updated some dependencies

Improved BR/EDR devices scanning and project structure.

03 Aug 07:49
Compare
Choose a tag to compare
  1. 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.
  2. Improved the SDP scanning framework to make it easier for adding new service record parser.
  3. Separated hci.py as bthci package (uploaded to PyPI).
  4. Separated some ui utilities in ui.py as pyclui package (uploaded to PyPI).

The first release in v0.1.x

03 Jul 02:03
Compare
Choose a tag to compare
  • 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

19 Jun 05:14
Compare
Choose a tag to compare
v0.0.9

Improved SDP scanning and some HCI commands

Beginning of Next Step

31 Mar 18:16
Compare
Choose a tag to compare
1. Added LMP scan mode
2. Removed synchronous BR/EDR scan, just using asynchronous BR/EDR scan
3. Refactored HCI interface