Menu

Tree [f52933] master /
 History

HTTPS access


File Date Author Commit
 examples 2014-03-12 Eineki Eineki [f52933] Added support for wildcarded topic in mosquitto...
 .gitignore 2014-02-02 Eineki Eineki [dc9119] Added two simple examples to clarify the module...
 MANIFEST 2014-01-30 Eineki Eineki [c6b355] First commit for sf.net
 README 2014-03-12 Eineki Eineki [f52933] Added support for wildcarded topic in mosquitto...
 mqttr.py 2014-03-12 Eineki Eineki [f52933] Added support for wildcarded topic in mosquitto...
 setup.py 2014-01-30 Eineki Eineki [c6b355] First commit for sf.net

Read Me

2013-12-08 Prima prova di distribuzione modulo (mqqt r)epeater
2014-01-30 Primo upload su sf http://sourceforge.net/projects/mqttrepeater


mosquitto_clients

#!/bin/bash
mosquitto_pub -h test.mosquitto.org -t /eineki/test  -m 1
mosquitto_pub -h test.mosquitto.org -t /eineki/test  -m r2
mosquitto_pub -h test.mosquitto.org -t /eineki/test  -m t3
mosquitto_pub -h test.mosquitto.org -t /eineki/test  -r -m quits
mosquitto_pub -h test.mosquitto.org -t /eineki/cmd  -m quit