Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seriousme/mqttpublish
- Owner: seriousme
- License: mit
- Created: 2018-11-12T19:33:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T19:51:26.000Z (about 6 years ago)
- Last Synced: 2024-10-19T11:29:04.995Z (3 months ago)
- Topics: cli, mqtt-client
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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