An open API service indexing awesome lists of open source software.

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

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
```