Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| receiver | ||
| sender | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
README.md
MQTT samples
To run the samples, you need a running MQTT broker.
To run a sample MQTT broker using docker:
docker run -it --rm --name mosquitto -p 1883:1883 eclipse-mosquitto:2.0 mosquitto -c /mosquitto-no-auth.conf