<html>
  <head>
    <title>Blinker - EtherPix</title>
  </head>
  <body>
    <h1>Blinker - EtherPix</h1>
    <p>
      The <a href="http://www.fleixpix.de">EtherPix</a> module is used
      to output a stream to a EtherPix display.
      It is only functional if Blinker has been compiled against
      <a href="http://git.blinkenarea.org/?p=libetherpix">libetherpix</a>.
    </p>
    <h2>Configuration</h2>
    <p>
      The configuration of the EtherPix module with name <code>NAME</code>
      is located in the <code>etherpixes/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 send to the EtherPix display.
    </p>
    <h3>EtherPix Configuration File</h3>
    <p>
      The file <code>etherpix.etp</code> is the EtherPix configuration
      file used to access the EtherPix display.
      It is a standard EtherPix configuration file as it is expected
      by libetherpix.
    </p>
  </body>
</html>