public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* Telnet to serial port
@ 2004-07-09 11:13 Juhani Pirttilahti
  2004-07-09 14:28 ` Ryan Underwood
  0 siblings, 1 reply; 6+ messages in thread
From: Juhani Pirttilahti @ 2004-07-09 11:13 UTC (permalink / raw)
  To: linux-msdos

I've got to run PCBoard under dosemu, works like a charm in local mode.
There is still a problem. Lets say I want to run 5 instances of dosemu + pcboard, I need then
a telnet server, which maintains connections to these 5 instances.

In dosemu, first instance of PCBoard should be on port COM1 and second on COM2 and so on...
In telnet server there should be a virtual modem emulator for each port. (done by threads)
When someone connects to server, it checks for first free instance/port and it should then send
commands to the serial port like a modem while PCBoard should answer to incoming "call".

How it would work:
Internet <-> Telnet server <-> Node selection (one from 1..5) <-> Virtual modem emulation layer #1..5
<-> dosemu #1..5 (redirects virtual modem device/file to COM1..5) <-> PCBoard #1..5 on COM1..5

Telnet server software (for linux) working like this does not yet exist. Someone will have to write one. :)

Do you people have any other ideas or thoughs about this?



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-07-17 22:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-09 11:13 Telnet to serial port Juhani Pirttilahti
2004-07-09 14:28 ` Ryan Underwood
     [not found]   ` <200407091812480819.01F10C23@smtp.ebaana.net>
2004-07-10  8:29     ` Juhani Pirttilahti
2004-07-11 23:58       ` Ryan Underwood
2004-07-15 23:19         ` Juhani Pirttilahti
2004-07-17 22:23           ` Ryan Underwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox