Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/origox/things-mqttclient
https://github.com/origox/things-mqttclient
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/origox/things-mqttclient
- Owner: origox
- Created: 2015-12-06T16:09:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T18:48:06.000Z (about 9 years ago)
- Last Synced: 2023-04-04T08:07:34.616Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# things-mqttclient
A publish only mqtt client
## Prerequisite
The Paho MQTT C Client need to be build and installed.
**Build**
- git clone http://git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.c.git
- cd org.eclipse.paho.mqtt.c.git
- make**Install**
- sudo make install## Getting Started
- git clone https://github.com/origox/things-mqttclient.git
- cd things-mqttclient; make clean; make all; sudo make install
- ./mqttpub -t TOPIC -h tcp://localhost:1883 -u USER -p PASSWORD -m PAYLOAD