/* SpaceAPI mit ZeroMQ */

This commit is contained in:
Vater 2014-02-14 19:15:31 +00:00
parent fafae9c1ad
commit 136e4c896e
1 changed files with 5 additions and 0 deletions

View File

@ -37,3 +37,8 @@ Datenquellen, die Auswirkungen auf blinkende LEDs haben können oder in einem Da
== SpaceAPI mit ZeroMQ ==
[https://github.com/astro/spacemsg/blob/master/spaceapi/server.hs Server] fragt die Access Points [https://github.com/astro/spacemsg/blob/master/snmp-agent/main.hs mit SNMP] (ZMQ_REP auf tcp://www1:5555) und den [https://github.com/astro/spacemsg/blob/master/gpio-sensor/main.c Schalter über ZeroMQ] (ZMQ_REP auf tcp://beere:5555) ab.
; Siehe auch:
* [[wikipedia:en:ØMQ]]
[[Kategorie:Infrastruktur]]