Skip to content

0.5.3 moved to master branch

Compare
Choose a tag to compare
@Magalex2x14 Magalex2x14 released this 04 Feb 19:12
· 2614 commits to master since this release
5d75b18

Changes since 0.4

The component does not use external utilities anymore, we get access to data directly from python, from a separate tread.

New configuration options:

  • active_scan: False
  • hci_interface: 0 (integer number, 0 as default for hci0, 1 for hci1 and so on)

Deprecated configuration options:

  • hcidump_active is deprecated and must be removed from configuration.yaml)

NB:

Since the component now uses direct access to the HCI interface, python must have the appropriate rights, see paragraph 1 of the HOW TO INSTALL section

In addition, we began to collect Frequently Asked Questions. Please read it before creating a new issue.