chocolate-doom - rfcommd - RFCOMM daemon to run filters on clients.
 (HTM) git clone git://bitreich.org/rfcommd/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/rfcommd/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       chocolate-doom (269B)
       ---
            1 #!/bin/sh
            2 #
            3 # Chocolate Doom (and other Doom derivatives) over serial.
            4 # See:
            5 # https://www.chocolate-doom.org/wiki/index.php/Serial_protocol_support
            6 #
            7 
            8 # TODO: Change localhost:9000 to actual chocolate-doom instance.
            9 socat pty,link=${1},raw,echo=0 tcp:localhost:9000
           10