You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ A [Python][1] client for use with with [io.adafruit.com][2].
36
36
#create a feed
37
37
aio.create_feed({:name => "New Feed Name", ...})
38
38
39
+
MQTT/Publish-Subscribe
40
+
41
+
Avoid the overhead of polling so you can immediately be notified of changes in a feed by using the
42
+
MQTT-based client. Make sure the paho-mqtt package is installed (````sudo pip install paho-mqtt````),
43
+
then check out the [examples\mqtt_client.py](https://github.com/adafruit/io-client-python/blob/master/examples/mqtt_client.py) example for more details.
44
+
39
45
## Contributing
40
46
41
47
1. Fork it ( http://github.com/adafruit/io-client-python/fork )
0 commit comments