https://github.com/borud/lmqtt-ping-test
Just a simple test to debug some connectivity troubles
https://github.com/borud/lmqtt-ping-test
Last synced: 11 months ago
JSON representation
Just a simple test to debug some connectivity troubles
- Host: GitHub
- URL: https://github.com/borud/lmqtt-ping-test
- Owner: borud
- License: apache-2.0
- Created: 2022-05-11T10:55:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T13:38:19.000Z (about 4 years ago)
- Last Synced: 2025-07-09T12:04:44.585Z (11 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lmqtt-ping-test
This repository contains an MQTT client and an MQTT server originally created for debugging connectivity problems. I published it since it is a rather minimal example of how to make
an MQTT client and server pair using [lmqtt](https://github.com/lab5e/lmqtt), which is a fork of the [gmqtt](https://github.com/DrmagicE/gmqtt) library that we've tried to clean up a bit.
## Build
```shell
make
```
This produces six binaries in the bin directory. A `client` and `server` binary for the platform you are on, a amd64/linux binary and an ARM/linux binary.