node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

feat: add Zniffer support

Open AlCalzone opened this issue 1 year ago • 0 comments
trafficstars

This PR adds support for communicating with a Zniffer. This is done via a new "driver" available via the Zniffer class.

TODO:

  • [ ] code cleanup
  • [x] option for selecting a default region
  • [x] proper support for the different 500 series frequencies
  • [ ] support for parsing FLiRS frames
  • [x] storing and exporting captured frames
  • [x] documentation
  • [x] expose CRC errors
  • [ ] disable strict validation (Entry Control CC etc.)

AlCalzone avatar Feb 01 '24 15:02 AlCalzone