No description
| templates | ||
| flask_listener.py | ||
| LICENSE | ||
| listener.js | ||
| listener_pitft.sh | ||
| machine.png | ||
| machine_stars.py | ||
| penguin_thinking.png | ||
| raspipe.py | ||
| raspipe_pitft.sh | ||
| raspipe_tee | ||
| README.md | ||
| star.png | ||
| tick.wav | ||
Adafruit-RasPipe
A small-display Raspberry Pi pipeline viewer using Python and Pygame.
See RasPipe: A Raspberry Pi Pipeline Viewer, Part 1 for context and detailed documentation.
contents
raspipe.py- scroll lines of standard input or display stars proportionally sized to each line. Both a standalone script and a class, RasPipe.raspipe_pitft.shraspipe_tee- a pipeline utility for sending things to a Pi running a RasPipe listenerlistener.js- a very brief node.js wrapper for listening on a network socket and sending things to stdoutlistener_pitft.sh- a shell script for usingnetcatto listen on a socket and pass things toraspipe_pitft.shflask_listener.py- a simple web app using Flask to talk to the RasPipe class.machine_stars.py- standard input goes into a little machine and comes out as stars.