lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] LwIP PPPoS source to use


From: address@hidden
Subject: Re: [lwip-users] LwIP PPPoS source to use
Date: Tue, 15 May 2018 11:20:44 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 15.05.2018 08:15, sarp wrote:
What is the difference between LwIP PPPoS libraries?
Which one should I use, that the STM32CubeMX gives or that the examples
based on?

If you ask here, the answer is: use the official lwIP sources, latest version. Use git master currently if possible. The next release (2.1.0) is not too far away. None of the below are official sources.

When I use STM32CubeMX, it gives me source as follows:
https://github.com/tabascoeye/lwip/blob/master/src/netif/ppp/pppos.c
with functions pppos_create(..), pppos_input(..), ppp_connect(..)

Really? Official STM32CubeMX directs you to tabascoeye's fork? That's weird, at least.

When I look at the examples like created 1 year ago, it uses as follows:
https://github.com/bosch-ros-pkg/stm32/blob/master/src/transport/lwip/src/netif/ppp/ppp.c
with functions pppInit(), pppOverSerialOpen(..).

I don't know that.

Last library seems to be specialized for STM32 because of the file
location(...stm32/blob/master...). Do you have any sense comes up similar to
mine?

Ehrm, how should we know what 'mine' is like???


Cheers,
Simon



reply via email to

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