mqttrepeater Code
Mqttrepeater act as a one way proxy between a mqtt broker and emoncms
Brought to you by:
eineki
| File | Date | Author | Commit |
|---|---|---|---|
| examples | 2014-03-12 |
|
[f52933] Added support for wildcarded topic in mosquitto... |
| .gitignore | 2014-02-02 |
|
[dc9119] Added two simple examples to clarify the module... |
| MANIFEST | 2014-01-30 |
|
[c6b355] First commit for sf.net |
| README | 2014-03-12 |
|
[f52933] Added support for wildcarded topic in mosquitto... |
| mqttr.py | 2014-03-12 |
|
[f52933] Added support for wildcarded topic in mosquitto... |
| setup.py | 2014-01-30 |
|
[c6b355] First commit for sf.net |
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