[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
network based console?
- Date: Sat, 13 Sep 2008 20:08:23 -0400
- From: gds at chartertn.net (Gene Smith)
- Subject: network based console?
Till Straumann wrote, On 09/13/2008 02:09 PM:
> Another idea: if you're just interested in stdout/stderr
> then it could be better & easier to use a UDP socket
> or e.g, the syslog facility.
>
Yes, that was my original intention to use syslog which I used in the
past. I can always do that and could redefine my printf's to the
appropriate syslog output call. However, had been reading about the
telnetd/pty/shell stuff and thought maybe it would do this too with no
changes and give me a stdin too with no changes to printf, read etc.