micropython-lib/umqtt.robust
Paul Sokolovsky 1aaaf0dea4 umqtt.robust: Add README and metadata. 2016-08-15 17:06:49 +03:00
..
umqtt
README.rst umqtt.robust: Add README and metadata. 2016-08-15 17:06:49 +03:00
example_sub_robust.py
metadata.txt umqtt.robust: Add README and metadata. 2016-08-15 17:06:49 +03:00
setup.py umqtt.robust: Add README and metadata. 2016-08-15 17:06:49 +03:00

README.rst

umqtt.robust
============

umqtt is a simple MQTT client for MicroPython. (Note that it uses some
MicroPython shortcuts and doesn't work with CPython). It consists of
two submodules: umqtt.simple and umqtt.robust. umqtt.robust is built
on top of umqtt.simple and adds auto-reconnect facilities for some of
networking errors.