Skip to content

Instantly share code, notes, and snippets.

View FunkyM's full-sized avatar

Martin Szulecki FunkyM

View GitHub Profile
@FunkyM
FunkyM / dmx-udp.c
Created March 20, 2018 22:40 — forked from zonque/dmx-udp.c
/*
* Simple proxy between USB2DMX adapter cables and UDP senders
*
* Compile with:
*
* gcc -o dmx-udp dmx-udp.c $(pkg-config --cflags --libs libftdi1) -Wall
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2