0.5.3 moved to master branch
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.