Began versioning (version 0.5)
[stripchart.git] / README
1 For all those times you wanted a quick & dirty way to watch your data come in.
2 This is indeed ugly, but hopefully fast, and so not particularly configurable.
3
4 stripchart creates a FIFO, pops up an X window, and waits for input.
5 ASCII numbers delimited with endlines ('\n') are plotted in the window, 
6 until an unparsable number is recieved,
7 at which point, the window closes and stripchart returns.
8
9 See test.sh for an example.
10
11 stripchart.c implements the stripchart.
12 stripchart.h provides an interface to the stripchart defined in stripchart.c.
13 strip.c uses the stripchart.[hc] to plot data it reads in from a named pipe.
14
15 Trevor King
16 8 July, 2008
17 wking@drexel.edu