lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: Latest version of PPP for lwIP


From: Marc Boucher
Subject: [lwip-users] Re: Latest version of PPP for lwIP
Date: Thu, 27 Feb 2003 08:09:18 -0500
User-agent: Mutt/1.5.1i

Hi,

The latest version is now available via the same URL

        http://www.mbsi.ca/lwip-ppp.tar.gz

Unfortunately there isn't any documentation yet, but
the interface is pretty simple (although not complete nor final yet).

You call pppInit(), then optionally pppSetAuth(account, passwd) and
pppOpen(ppp_ds_fd, pppLinkStatusCallback, arg) to start the link.

The pppLinkStatusCallback function will then be called with the user-supplied
arg and an errCode to indicate whether the link was successfully established or
not.

pppSigHUP() should be called when a hangup is detected.

pppClose() is used to shut the link down.

Cheers
Marc

On Wed, Feb 26, 2003 at 10:56:50AM +0100, address@hidden wrote:
> 
> Hi
> 
> We would like to receive the latest version of your PPP implementation for 
> lwIP.
> BTW, do you have any kind of doc for it?
> 
> Best regards
> 
> Markus
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]