mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 13:25:40 +00:00
update README
This commit is contained in:
34
README.md
34
README.md
@@ -6,29 +6,37 @@ Simple protocol router _/s_
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://github.com/jwetzell/showbridge-go/releases">Releases</a> ·
|
||||||
|
<a href="https://docs.showbridge.io">Documentation</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
### Supported Protocols
|
### Supported Protocols
|
||||||
- HTTP
|
- HTTP
|
||||||
- client
|
|
||||||
- server
|
|
||||||
- UDP
|
- UDP
|
||||||
- client
|
|
||||||
- server
|
|
||||||
- TCP
|
- TCP
|
||||||
- client
|
|
||||||
- server
|
|
||||||
- [MQTT](https://mqtt.org/)
|
- [MQTT](https://mqtt.org/)
|
||||||
- client
|
|
||||||
- [NATS](https://nats.io/)
|
- [NATS](https://nats.io/)
|
||||||
- client
|
|
||||||
- [PosiStageNet](https://posistage.net/)
|
- [PosiStageNet](https://posistage.net/)
|
||||||
- client
|
|
||||||
- MIDI (not included in pre-built binaries yet)
|
- MIDI (not included in pre-built binaries yet)
|
||||||
- input
|
- Serial (not included in pre-built binaries yet)
|
||||||
- output
|
- [OSC](https://opensoundcontrol.stanford.edu/spec-1_0.html)
|
||||||
|
- [FreeD](https://ptzoptics.com/freed/)
|
||||||
- [SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol)
|
- [SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol)
|
||||||
- call server
|
|
||||||
- [DTMF](https://en.wikipedia.org/wiki/Dual-tone_multi-frequency_signaling) server
|
|
||||||
|
|
||||||
|
### CLI Usage
|
||||||
|
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
showbridge - Simple protocol router /s
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
showbridge [global options]
|
||||||
|
|
||||||
|
GLOBAL OPTIONS:
|
||||||
|
--config string path to config file (default: "./config.yaml")
|
||||||
|
--debug set log level to DEBUG
|
||||||
|
--json log using JSON
|
||||||
|
--help, -h show help
|
||||||
|
--version, -v print the version
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user