]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commit
Add publish helper module.
authorRoger Light <roger@atchoo.org>
Tue, 4 Feb 2014 18:02:32 +0000 (18:02 +0000)
committerRoger Light <roger@atchoo.org>
Tue, 4 Feb 2014 15:02:40 +0000 (15:02 +0000)
commitef2e234fa3810f96c6eb091fec6ef78072838204
tree324cf97550ae5ab3076d8aa1171dfba74441b139
parentd28345e7efd50ed2611068d25ebf784e73865543
Add publish helper module.

publish.py allows a single message to be cleanly sent using one line of
code.

Change-Id: I8bc1ac838bcece4b99f5ff78e1c3fb74ac4710e4
examples/pub-single.py [new file with mode: 0755]
src/paho/mqtt/publish.py [new file with mode: 0644]