Re: modem communication
- From: "Frithiof Andreas Jensen" <frithiof.jensen@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Dec 2005 11:53:49 +0100
<manusha@xxxxxxxxxxxxxxxx> wrote in message
news:1133955294.977637.64960@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> hi, thank for the reply.
> i always wanted to use sockets for the communications, but there are
> some requrements that makes using sockets difficult ( this is what i
> think).
Like, What?
> the scenario is =>
>
> there will be several PC's with each having a modem and a telephone
> connection. No PC has the internet access. All PC's should have the
> ability to connect to any other PC by just dialing the corresponding
> telephone number. After connected, they need to communicate
> using the TCP/IP protocol. ( i.e i need to use Sockets in the
> communication.). PC's will have Windows Me/98 as the O/s.
Even that sorry pile of duff code wrapped in a GUI could do Sockets, PPP and
at least MSCHAP - a broken-by-microsoft-design version of the chap
protocol - for the dialup/connect part.
I will bet that your main problem will be how to configure the dial-in;
Windows 98 was never much of a Server OS.
Another problem will be how to manage the configuration of the machines;
Static IP adresses of each host that must be entered in one dialog box for
PPP to work (with a reboot at the end), fixed telephone numbers and an
"hosts" file with all the other PC's since you do not have DNS. Default
Gateway should be 0.0.0.0 - that should cause PPP to negotiate an adress
with the other end.
>
>
> (this is similar to what happens with hyperterminal, but i think the
> difference is the protocol used in the communication.)
>
> i guess i can use PPP for this, but this will require atleast windows
> 2000.
>
> please advice me on the path i should choose.
>
> thank you
> CMOS
"FidoNet" actually worked like what you describe. Maybe there is an
implementation?
>
.
- References:
- modem communication
- From: manusha
- Re: modem communication
- From: Joel Kolstad
- Re: modem communication
- From: manusha
- modem communication
- Prev by Date: 16x2 LCD STN UV blocking polarizer
- Next by Date: Re: USB digital scope
- Previous by thread: Re: modem communication
- Next by thread: Re: modem communication
- Index(es):
Relevant Pages
|