On 2015-10-20 05:17, Billy Stiltner wrote:
I'm not sure how to handle the input from the programming side.
read the stdin.
reading data from a file, a pipe (like stdin) or a network socket is all the same. (well mainly; you cannot seek() a network stream or a pipe; but as long as you do sequential reading, they are the same).
fgmasdr IOhannes