A clone of: https://github.com/nutechsoftware/alarmdecoder This is requires as they dropped support for older firmware releases w/o building in backward compatibility code, and they had previously hardcoded pyserial to a python2 only version.

.gitignore 123 B

11 years ago
1234567891011
  1. alarmdecoder.sublime-project
  2. alarmdecoder.sublime-workspace
  3. build/
  4. dist
  5. tmp
  6. *.pyc
  7. *.pyo
  8. *.egg-info
  9. bin/ad2-test
  10. *~
  11. .vscode