Sign inSign up

luongnv89/mosquitto-cli

By luongnv89

Updated over 6 years ago

Mosquitto MQTT Client (CLI)

Image
0

2.3K

luongnv89/mosquitto-cli repository overview

mosquitto-cli

Mosquitto MQTT client (CLI) based on a small Linux distro: Alpine

Usage

Create the container

docker run --rm -it luongnv89/mosquitto-cli /bin/sh

Subscribe a channel

mosquitto_sub -h 192.168.0.12 -t 'test'

Publish a message

mosquitto_pub -h 192.168.0.12 -t 'test' -m 'Hello world!'

License

MIT

Tag summary

Content type

Image

Digest

Size

2.8 MB

Last updated

over 6 years ago

docker pull luongnv89/mosquitto-cli