No description
Find a file
2015-03-26 13:39:00 -06:00
templates tidy code layout, includes 2015-03-25 22:06:44 +00:00
flask_listener.py tidy code layout, includes 2015-03-25 22:06:44 +00:00
LICENSE LICENSE 2015-03-11 21:37:20 +00:00
listener.js much simpler listener.js & listener.sh 2015-03-23 19:58:02 +00:00
listener_pitft.sh listener_pitft.sh 2015-03-25 10:23:59 -06:00
machine.png machine_stars.py: switch to white bg, black fg 2015-03-13 06:02:29 +00:00
machine_stars.py don't render stars that won't fit on-screen 2015-03-16 19:19:57 +00:00
penguin_thinking.png penguin grep 2015-03-18 11:22:18 -06:00
raspipe.py tidy code layout, includes 2015-03-25 22:06:44 +00:00
raspipe_pitft.sh penguin grep 2015-03-18 11:22:18 -06:00
raspipe_tee raspipe_tee 2015-03-25 10:24:33 -06:00
README.md use correct markdown link syntax 2015-03-26 13:39:00 -06:00
star.png machine_stars.py: switch to white bg, black fg 2015-03-13 06:02:29 +00:00
tick.wav tick.wav 2015-03-04 22:31:06 +00:00

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.sh
  • raspipe_tee - a pipeline utility for sending things to a Pi running a RasPipe listener
  • listener.js - a very brief node.js wrapper for listening on a network socket and sending things to stdout
  • listener_pitft.sh - a shell script for using netcat to listen on a socket and pass things to raspipe_pitft.sh
  • flask_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.