59b1318a66
Sredird is a serial port redirector that is compliant with the RFC 2217 "Telnet Com Port Control Option" protocol. This protocol lets you share a serial port through the network. From Alexey E. Suslikov <alexey.suslikov@gmail.com>
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
You may wish to add the following line to /etc/inetd.conf:
|
|
|
|
:2001 stream tcp nowait root ${PREFIX}/libexec/sredird \
|
|
sredird 5 /dev/cua00 /var/spool/lock/LCK..cua00
|
|
|
|
which will start sredird on port 2001 and attach it to serial
|
|
port cua00.
|