Difference between revisions of "Developers"

 
(6 intermediate revisions by one user not shown)
Line 1: Line 1:
__NOTOC__
 
[[Category:FAQ]]
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
[[Category:Specifications]]
+
__NOTOC__
[[Category:Features]]
+
TODO
+
  
[[Protocol|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

Libraries

Name Language Description
AlarmDecoder Python Official API
node-ad2usb Coffeescript Node.js module for the AlarmDecoder
libAD2USB C++ C++ library for the AlarmDecoder