Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

#

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](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 devices

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