(Created page with "TODO Protocol") |
|||
(7 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:Documentation]] | |
+ | __NOTOC__ | ||
− | [[Protocol| | + | ==Reference== |
+ | * [[Protocol|AlarmDecoder protocol reference]] | ||
+ | * [[AUI|AUI message decoding]] (work-in-progress) | ||
+ | * [http://www.alarmdecoder.com/swagger/index.html REST API] | ||
+ | |||
+ | ==Libraries== | ||
+ | {| 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 | ||
+ | |- | ||
+ | | [https://code.google.com/p/ad2usb/ libAD2USB] | ||
+ | | C++ | ||
+ | | C++ library for the AlarmDecoder | ||
+ | |} |
Latest revision as of 15:00, 14 March 2016
Reference
- AlarmDecoder protocol reference
- AUI message decoding (work-in-progress)
- REST API
Libraries
Name | Language | Description |
---|---|---|
AlarmDecoder | Python | Official API |
node-ad2usb | Coffeescript | Node.js module for the AlarmDecoder |
libAD2USB | C++ | C++ library for the AlarmDecoder |