From b06ced26315a1475121261405746c93dcf003b52 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 2 Dec 2025 08:21:49 -0600 Subject: [PATCH] Add initial README with supported protocols --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b79c51 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +
+ + # showbridge (go edition) + +Simple protocol router _/s_ + +
+ +### Supported Protocols +- HTTP + - client + - server +- UDP + - client + - server +- TCP + - client + - server +- [MQTT](https://mqtt.org/) + - client +- [PosiStageNet](https://posistage.net/) + - client +- MIDI + - client (not included in pre-built binaries yet) + + +