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

Adding EZSPv8 support #60

Closed lionelains closed 4 years ago

lionelains commented 4 years ago

Implementing EZSPv8 support based on EZSP protocol version returned by adapter in the EZSP_VERSION response from the adapter at startup. Both EZSPv{6,7} and EZSPv8 are supported simultaneously. Switch-over from one to the other is done just after the EZSP_VERSION notification.

lionelains commented 4 years ago

This implements the feature tracked by issue #59.