Introduction
Introduction Statistics Contact Development Disclaimer Help
chocolate-doom - rfcommd - RFCOMM daemon to run filters on clients.
git clone git://bitreich.org/rfcommd/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinw…
Log
Files
Refs
Tags
README
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
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.