Little place where I put script that I tend to re-write all the time
| Category | Script | Function |
|---|---|---|
| Show/Light | python\artnet_receiver.py | Quick and dirty threaded artnet(DMX Over Ethernet) receiver |
| Bot | python\twitch_chat.py | Simple implementation of a twitch chat client using the irc port |
| Misc | python\variable_limiter.py | Multiple rate/limiter queues classes |
| RF/Space | python\tle_manager.py | Wrapper around pyephem that search for tle data from norad and get satellite frequencies |
| RF/Space | python\sdrsharp_controller.py | Python class to controll the GPredict connector module for SDR# |
| Communication | scripts\route_slip.sh | Command to establish a ethernet connection over a serial port |
| Tools/Debugging | scripts\endpoint_redirector.py | Quick flaks app to redirect every request to a server and saving requests informations |
| RF/Space | python\doppler.py | Little script that compute the doppler for a satellite/frequency |
| ICs/Libs | circuitpython\libs\MCP4XXX.py | CircuitPython library for the MCP4XXX familly |
| ICs/Libs | circuitpython\libs\M62429.py | CircuitPython library for the M62429 volume control IC |
| Tools | python\simple_signal.py | Simple signaling system for python scritps |