Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seriousme/mqttpublish

Command line client to publish a MQTT message
https://github.com/seriousme/mqttpublish

cli mqtt-client

Last synced: 7 days ago
JSON representation

Command line client to publish a MQTT message

Awesome Lists containing this project

README

        

# mqttPublish
Simple commandline tool to publish a message to a MQTT topic.

Built using https://github.com/goiiot/libmqtt
## Usage
```shell
mqttpublish [server:port] [topic] [message]
```
## Install
```shell
go get github.com/seriousme/mqttPublish
go install github.com/seriousme/mqttPublish
```
See libmqtt for minimal Go version

## License
MIT