Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vorot93/mqtt-golang-test
Test client for MQTT protocol
https://github.com/vorot93/mqtt-golang-test
mqtt test tutorial
Last synced: 6 days ago
JSON representation
Test client for MQTT protocol
- Host: GitHub
- URL: https://github.com/vorot93/mqtt-golang-test
- Owner: vorot93
- License: mit
- Created: 2017-02-08T02:36:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T15:39:49.000Z (over 7 years ago)
- Last Synced: 2024-10-11T01:15:07.080Z (28 days ago)
- Topics: mqtt, test, tutorial
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# mqtt-golang-test
Test client for MQTT. Send, receive and reassemble sentences with [Eclipse Mosquitto](http://mosquitto.org) acting as the message broker.## Usage
The simplest way to run test client and server is to use [docker-compose](https://docs.docker.com/compose). You can customize `docker-compose.yml` to your liking.```
$ make build
$ sudo docker-compose up
```## License
See COPYING file for the license information.