BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
fd70081
Branches
Tags
master
Blinker
doc
opprinter.html
OpPrinter: play sound on connect, close connection on hash
Stefan Schuermans
commited
fd70081
at 2011-12-23 13:37:28
opprinter.html
Blame
History
Raw
<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> </body> </html>