plugin
Credits: M2Mqtt:http://m2mqtt.wordpress.com,https://m2mqtt.codeplex.com/
Based on MQTThttp://mqtt.org.
MQTT
short for Message Queue Telemetry Transport, is a light weight open Source messaging protocol for the Internet of Things.
Learn more:
Why should I use it?
MQTT is a great and easy way to exchange low frequency messages like sensor readings, or program states etc. between multiple machines and services. Its very robust with a small footprint.
It is based on the publish/subscribe paradigm and requires a central MQTT Broker.
Cool:
If you wan't to host your own broker have a look at:
Funfact:
The Facebook Messenger is build on MQTT:https://www.facebook.com/notes/facebook-engineering/building-facebook-messenger/10150259350998920
Find the code at GitHub:https://github.com/JOxBERGER/VVVV-MQTT
This is a beta release, it works most of the time ;)
Older Revisions
anonymous user login
~6d ago
~6d ago
~7d ago
~20d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
Very nice! Great help patches, and seems to work perfect so far. Thank you!