https://github.com/borud/testbroker
Quick and dirty test broker
https://github.com/borud/testbroker
Last synced: 8 months ago
JSON representation
Quick and dirty test broker
- Host: GitHub
- URL: https://github.com/borud/testbroker
- Owner: borud
- Created: 2022-10-13T09:11:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T09:52:44.000Z (over 3 years ago)
- Last Synced: 2024-06-20T00:41:31.757Z (almost 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testbroker
This is just a very simple MQTT broker that can be used for debugging MQTT problems. It is just a broker that logs a lot.
## Install
This installs the `testbroker` binary if you just want to run and not necessarily fiddle with the code.
```shell
go install github.com/borud/testbroker@latest
```