Line 1: | Line 1: | ||
− | |||
[[Category:Documentation]] | [[Category:Documentation]] | ||
− | + | __NOTOC__ | |
− | [[Protocol| | + | ==Reference== |
+ | * [[Protocol|AlarmDecoder protocol reference]] | ||
+ | * [[AUI|AUI messages]] (work-in-progress) | ||
+ | |||
+ | ==Libraries== | ||
+ | {| align="center" class="wikitable" border="1" | ||
+ | ! scope="col" | Name | ||
+ | ! scope="col" | Language | ||
+ | ! scope="col" | Description | ||
+ | |- | ||
+ | | [http://github.com/nutechsoftware/alarmdecoder AlarmDecoder] | ||
+ | | Python | ||
+ | | Official API | ||
+ | |- | ||
+ | | [https://github.com/alexkwolfe/node-ad2usb node-ad2usb] | ||
+ | | Coffeescript | ||
+ | | Node.js module for the AlarmDecoder | ||
+ | |- | ||
+ | | [http://gc.codehum.com/p/ad2usb/ libAD2USB] | ||
+ | | C++ | ||
+ | | C++ library for the AlarmDecoder | ||
+ | |} |
Revision as of 13:15, 19 December 2013
Reference
- AlarmDecoder protocol reference
- AUI messages (work-in-progress)
Libraries
Name | Language | Description |
---|---|---|
AlarmDecoder | Python | Official API |
node-ad2usb | Coffeescript | Node.js module for the AlarmDecoder |
libAD2USB | C++ | C++ library for the AlarmDecoder |