borud / lmqtt-ping-test

Just a simple test to debug some connectivity troubles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, which is a fork of the gmqtt library that we've tried to clean up a bit.

Build

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.

About

Just a simple test to debug some connectivity troubles

License:Apache License 2.0


Languages

Language:Go 95.1%Language:Makefile 4.9%