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 |