Tweak comms/cwdaemon version 0.9.4
[dports.git] / comms / pr / pkg-descr
1 The package consists of two programs - PortRedorector and PortTest.
2
3 PortRedirector is a daemon that runs telnet to the remote port of the
4 terminal server and redirects its input and output to a virtual terminal
5 device (/dev/pty*). The corresponding slave device (dev/tty*) then can
6 be used by an application that expects a local async terminal port. For
7 example, to monitor a UPS (connected to AUX ports on a Cisco router)
8 using nut.
9
10 Whenever telnet subprocess terminates on any reason, it is restarted as
11 soon as any data received from the terminal device.
12
13 It can also work when authentication is required, i.e. it can pass
14 username and password specified in its configuration file.
15
16 PortTest is something like cu(1). You can use either of them to test the
17 connection.
18
19 WWW: http://bsdforge.com/projects/comms/pr/