Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 397 Bytes

Connect Mqtt

Connect MQTT

Subscribe messages. This command will start the listener process.

EVENTS_HOST=172.17.0.1 bench --site mysite.localhost subscribe-mqtt

Publish messages. This command will publish message and disconnect.

EVENTS_HOST=172.17.0.1 bench --site mysite.localhost publish-mqtt

Note: replace mysite.localhost with site name.

License

MIT