Re: Automated login, but run in a telnet console? possible?

From: Darryl Green (darryl.green_at_myrealbox.com)
Date: 12/17/03


Date: Wed, 17 Dec 2003 14:44:42 GMT


"Bonny Gijzen" <bonny_dot_gijzen_at_q-lite_dot_net> wrote in message
news:3fd81b62$0$1118$6c56d894@feed0.news.be.easynet.net...
> Hi Mark,
>
>
> Thanks for your reply.
> Yes, I know this Screen program, but that last time I looked at it (or
some
> equivalent?)
> it took way too much resources for my embedded system.
>
> Look, I could also write the output of my app to some file in ramdrive
> or perhaps create a HMTL page with my output, which could remotely be read
> using httpd ....
>

 You could just write a simple "telnet server" and have it communicate with
your app via pipes and with a telnet client via tcp. The server can be
pretty stupid - just accept a connection and direct everything it received
on socket to the app stdin via pipe and similarly in the other direction for
app output.

Regards
Darryl.

---
Outgoing mail is certified Virus Free by AVG.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.525 / Virus Database: 322 - Release Date: 10/10/2003


Relevant Pages