<html>
<head>
<title>Blinker - Operator Connection Printer</title>
</head>
<body>
<h1>Blinker - Operator Connection Printer</h1>
<p>
The operator connection printer module is primary intended for debugging
purposes.
It accepts all incoming operator connections and prints events received
to standard output.
It also replies with a sound play request on connection and in
response to the key events <code>7</code> and <code>9</code>.
Key event <code>#</code> closes the connection.
</p>
<h2>Configuration</h2>
<p>
The configuration of the operator connection printer module with name
<code>NAME</code> is located in the <code>opprinters/NAME</code>
subdirectory.
</p>
<p>
There are no further configuration files, i.e. the subdirectory for
an operator connector module is empty.
</p>
<h2>Operator Connection Interface</h2>
<p>
The name of the operator connection interface provided by this module
is the module name, i.e., <code>opprinters/NAME</code>.
</p>
</body>
</html>