https://github.com/cycoresystems/cue-repeater
QLab cue repeater (general UDP repeater)
https://github.com/cycoresystems/cue-repeater
Last synced: about 1 month ago
JSON representation
QLab cue repeater (general UDP repeater)
- Host: GitHub
- URL: https://github.com/cycoresystems/cue-repeater
- Owner: CyCoreSystems
- License: other
- Created: 2022-04-30T16:19:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T16:20:06.000Z (about 4 years ago)
- Last Synced: 2025-02-25T15:03:42.438Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cue-repeater
The `cue-repeater` listens on an arbitrary number of ports, combines all
messages from them into a common stream.
Anything in that common stream is then sent on to an arbitrary number of target
UDP ports.
This is a quick modification of the `osc-repeater` for general-purpose UDP
reflection.
It is called the "cue" repeater because it is intended to receive cues from QLab
over UDP and redistribute them to a number of other receivers.
However, nothing inherently related to QLab cues constrains this project.