BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
0f9687c
Branches
Tags
master
Blinker
doc
printer.html
more documentation
Stefan Schuermans
commited
0f9687c
at 2011-11-19 20:40:28
printer.html
Blame
History
Raw
<html> <head> <title>Blinker - Printer</title> </head> <body> <h1>Blinker - Printer</h1> <p> The printer module is primary intended for debugging purposes. It receives a stream and prints received frames to standard output. </p> <h2>Configuration</h2> <p> The configuration of the printer module with name <code>NAME</code> is located in the <code>printers/NAME</code> subdirectory. </p> <h3>Input Stream</h3> <p> The file <code>instream</code> contains the name of the stream to read. The frames received from this stream are written to standard output. </p> </body> </html>