[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Running a app on Telnet
- Subject: [ale] Running a app on Telnet
- From: mdhirsch at gmail.com (Michael Hirsch)
- Date: Mon, 22 Nov 2010 18:40:48 -0700
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Fri, Nov 19, 2010 at 6:59 AM, Chuck Payne <terrorpup at gmail.com> wrote:
> Guys,
>
> This is a bit of old school, I got a group of buddies that want to do
> some RPG, for you young kids that Role Playing Games, One of my
> buddies asked is there a way I could set up a pick your own path game
> for as he over sea wants to do a bit solo playing.
>
> OK where I need some input. I like to set up a app to be able to run
> so that he can use telnet to get to. I like to also jail the app to
> make it secure.
I think that netcat is what you want. I believe that you can have
netcat listen to a port and output to standard out, and listen to
stdin and send that to the port. So now you just hook that up to your
shell script and you are home free.
See "man netcat" for details.
Michael