7f7d823800
The Python driver is now provided by net/py-paho-mqtt! More drivers can be found at http://eclipse.org/paho PR: 200540 Submitted by: ohauer Approved by: Joseph Benden <joe@thrallingpenguin.com> (maintainer, via PM)
8 lines
436 B
Text
8 lines
436 B
Text
Mosquitto is an open source (BSD licensed) message broker that implements
|
|
the MQ Telemetry Transport protocol versions 3.1 and 3.1.1. MQTT provides
|
|
a lightweight method of carrying out messaging using a publish/subscribe
|
|
model. This makes it suitable for "machine to machine" messaging such as
|
|
with low power sensors or mobile devices such as phones, embedded
|
|
computers or microcontrollers like the Arduino.
|
|
|
|
WWW: http://mosquitto.org/
|