Re: ISP Dialer Application question
Re: ISP Dialer Application question
- Subject: Re: ISP Dialer Application question
- From: Kris Amico <email@hidden>
- Date: Wed, 15 May 2002 11:31:47 -0700
You may create an Open Transport PPP endpoint, configure it, and get it to
dial. You do not have to write your own PPP stack or anything like that, if
that's what you were afraid of. We have such a frob that works on Mac OS 9
and Mac OS 10, and it is not a whole lot of code. The only hitch may be
wiring yourself to the system preferences with APIs like Network Setup (on
9) and SystemConfiguration (on X). You may need to do this because a dialer
should always have its fingers on the pulse of the system so it can adjust
when the configuration changes.
- Check out OpenTransportProviders.h for the Remote Access API
- Take a look at NetworkSetup.h and SystemConfiguration.framework
- Download Quinn's MoreSCF and MoreNetworkSetup
- Do some searching at AppleDeveloper for relevant samples
Good luck!
On 5/15/02 10:27 AM, "Andrew Preston" <email@hidden> wrote:
>
Hi
>
>
Thanks for the prompt reply but my point seems to be missed:-
>
>
We are in the process of writing a roaming-dialer application for
>
business users that allows them to select a number (from many) to dial
>
and connect.
>
>
[a] Are there any suggestions how this can be done via an API call
>
or
>
[b] Do we have to control the whole modem dial up, PPP session
>
control through OpenTransport etc?
>
>
Many thanks in advance
>
>
Andrew
>
>
-----Original Message-----
>
From: email@hidden
>
[mailto:email@hidden] On Behalf Of Marc Stibane
>
Sent: 15 May 2002 18:17
>
To: email@hidden; email@hidden
>
Subject: RE: ISP Dialer Application question
>
>
> b) Do I have to control the modem dial up and the entire PPP session as
>
> such.
>
>
There is a quite simple way to do this, but it involves scripting. It is
>
>
all explained in this thread...
>
>
Marc Stibane
>
Fesh! email@hidden
>
Gotzkowskystr. 15 tel +49-30-3990 2690
>
10555 Berlin, Germany mobil +49-162-912 9388
>
>
>
In a world without walls and fences,
>
who needs windows and gates?
>
_______________________________________________
>
macnetworkprog mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
>
Do not post admin requests to the list. They will be ignored.
>
_______________________________________________
>
macnetworkprog mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
>
Do not post admin requests to the list. They will be ignored.
--
Kris Amico <email@hidden>
Senior Software Engineer
Macintosh Client Software Development
EarthLink, Inc.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.