Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.3 KB

File metadata and controls

23 lines (16 loc) · 1.3 KB

HyperUDP

GitHub Build Status Libraries.io dependency status for GitHub repo

A program that converts raw UDP streams to Hyperion's Protocol Buffer format

Hyperion.ng currently has no way to receive a raw UDP stream itself.
For example this can be used to use ColorChord with Hyperion.ng

Building

Just run go build .

Usage

Basically it's just ./hyperudp <Hyperion IP>
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 devices

For more advanced settings please see ./hyperudp --help