Things Bus: Difference between revisions

From Pumping Station One
Line 19: Line 19:


Use a message broker such as [http://activemq.apache.org ActiveMQ] as the core of the system. This can be communicated with an an number of protocols but by far the simplest is STOMP.  All messages passing through the broker should be JSON text messages well formed and documented.
Use a message broker such as [http://activemq.apache.org ActiveMQ] as the core of the system. This can be communicated with an an number of protocols but by far the simplest is STOMP.  All messages passing through the broker should be JSON text messages well formed and documented.
Messages from devices such as arduinos could use MQTT protocol there is even an arduino lib: http://knolleary.net/arduino-client-for-mqtt/


=== Status notices ===
=== Status notices ===