Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nzbr/hyperudp
Convert raw UDP streams to Hyperion's Protocol Buffer format
https://github.com/nzbr/hyperudp
colorchord hyperion rgb
Last synced: 25 days ago
JSON representation
Convert raw UDP streams to Hyperion's Protocol Buffer format
- Host: GitHub
- URL: https://github.com/nzbr/hyperudp
- Owner: nzbr
- License: isc
- Created: 2019-11-23T02:55:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:54:41.000Z (11 months ago)
- Last Synced: 2023-12-15T12:54:35.833Z (11 months ago)
- Topics: colorchord, hyperion, rgb
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
HyperUDP
A program that converts raw UDP streams to Hyperion's Protocol Buffer formatHyperion.ng currently has no way to receive a raw UDP stream itself.
For example this can be used to use [ColorChord](https://github.com/cnlohr/colorchord) with Hyperion.ng# Building
Just run `go build .`
# Usage
Basically it's just `./hyperudp `
This, by default, opens a UDP socket on port `1337`. Any color data sent there should appear as a video feed in Hyperion and thus on your connected RGB devicesFor more advanced settings please see `./hyperudp --help`