<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>