Re(2): PPP
Re(2): PPP
- Subject: Re(2): PPP
- From: Jens Bauer <email@hidden>
- Date: Mon, 19 Aug 2002 22:33:39 +0200
Hi Todd,
>
Thanks for the info and code! Is it possible to hide the username and
>
password from the end user and control the entire configuration and dial-up
>
from within the software?
Yes, it's possible to hide the password, so the user cannot see it,
however, the user may be experienced enough to find out what username
you're using, by simply looking in the Remote Access control panel
(System Preferences on Mac OS X).
In fact, it shouldn't really be hidden to people, it's a bad idea to hide
how to do a manual sign-up...
(Your ISP should always provide information on how to do it by hand)
On Mon, 19 Aug, 2002, Todd Casey <email@hidden> wrote:
>
I will need to have a solution (or solutions) to support traditional Mac OS
>
and Mac OS X.
>
>
I need the user to run my application and my application needs to dial-up
>
using a hidden username, password, and phone number. Is this possible?
Yep. It'll require you to do some work though, but it is possible, as
it's been done before. :)
I'll be happy to help you through the steps. Which one is first,
traditional Mac OS or Mac OS X ?
I will definately recommend using Project Builder and Objective-C if you
choose Mac OS X.
This was my first project on Mac OS X, and I didn't know Objective-C back
then.
I learned all I needed to know by going through the samples in Project
Builder's help (approx. 4 or 5 samples).
I did the Currency Converter sample a dozen times, and finally I started
on the dialer-thing.
-So I definately recommend going for Objective-C on the Mac OS X version.
It's much easier.
Regarding the traditional Mac OS version, you can choose between
CodeWarrior or MPW.
If you are very new to programming the Mac, you may want to use
CodeWarrior with PowerPlant, so you don't have to learn how to do the UI
stuff first.
>
> At 14:07 -0500 19/8/02, Todd Casey wrote:
>
> >I need to dial-up a PPP connection inside my C/C++ application on Mac OS.
>
Is
>
> >this possible?
>
>
>
> Do you want to configure the user's TCP/IP stack with a new PPP
>
> configuration, or do you assume as a pre-condition that the TCP/IP
>
> stack is configured correctly and you just want to dial the modem?
>
>
>
> Are you interested in traditional Mac OS, or Mac OS X, or both?
Love,
Jens
--
Jens Bauer, Faster Software.
-Let's make the World better, shall we ?
_______________________________________________
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.
References: | |
| >Re: PPP (From: "Todd Casey" <email@hidden>) |