Legrandgroup / libezsp

C++ library to send/receive wireless Zigbee messages to/from a Silicon Labs-based transceiver using the EZSP protocol.
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Add support for joining ZB3.0 networks #72

Closed lionelains closed 4 years ago

lionelains commented 4 years ago

The description of the network to join will come from a previous active scan, that also needs to be implemented.

lionelains commented 4 years ago

Work in progress on branch add-join-example

lionelains commented 4 years ago

Implemented in PR #74