ISP internet connection ...
ISP internet connection ...
- Subject: ISP internet connection ...
- From: Payman <email@hidden>
- Date: Fri, 08 Nov 2002 13:59:27 +0100
Hi Vincent,
I am using CW8.2 in OS 10.2 for a ISP & Tools Application .
There is no APIs for PPPLib and OpenTransport
return no errors (always kOTNoError) in NotifierProc
see below:
Dump data in NotifierProc ....
Without modem connection to tel. :
kPPPConnectCompleteEvent : cookie= 0 - OTResult= 1
kPPPDisconnectEvent : cookie= 0 - OTResult= 0
Wrong password (Auth Error) :
kPPPConnectCompleteEvent : cookie= 0 - OTResult= 1
kPPPLowerLayerUpEvent : cookie= 0 - OTResult= 0
kPPPLCPUpEvent : cookie= 0 - OTResult= 0
kPPPAuthenticationStartedEvent : cookie= 0 - OTResult= 0
kPPPAuthenticationFinishedEvent : cookie= 0 - OTResult= 0 (Nothing here ??? and disconnect)
kPPPLCPDownEvent : cookie= 0 - OTResult= 0
kPPPLowerLayerDownEvent : cookie= 0 - OTResult= 0
kPPPDisconnectEvent : cookie= 0 - OTResult= 0
All OK (connection) :
kPPPConnectCompleteEvent : cookie= 0 - OTResult= 1
kPPPLowerLayerUpEvent : cookie= 0 - OTResult= 0
kPPPLCPUpEvent : cookie= 0 - OTResult= 0
kPPPAuthenticationStartedEvent : cookie= 0 - OTResult= 0
kPPPAuthenticationFinishedEvent : cookie= 0 - OTResult= 0
kPPPIPCPUpEvent : cookie= 0 - OTResult= 0
What happend? is this a OT Bug in OS X ?
What can i do now ?
Our ISP Application need internet connection ...
after config. (SCF).
Thanks
Payman
PS :
Our OT Connection source code works in OS 9.
I just compile it in OS X
Let me emphasis the PPPLib code does not defines an API (Application
Programming Interface). This is just a sample code that is part of
Darwin but it is not part of the Mac OS X. Apple is not making any
guaranty the PPPLib code does actually work now or will work in future
releases of Mac OS X.
Obviously, we are aware of the usefulness of PPPLib and we will try to
keep PPPLib working.
Use at your own risk!
Vincent Lubet
Manager, Networking Team
Apple
_______________________________________________
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.