lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Interfacing lwip to use its TCP code


From: address@hidden
Subject: Re: [lwip-users] Interfacing lwip to use its TCP code
Date: Wed, 28 Jun 2017 22:16:36 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Yubin Ruan wrote:
But I don't know how to get started
because the lack of document of lwip's API.

Now now, where have you looked? You seem to have missed the doc folder, the "homepage" link from savannah, the wiki, and the example code?

Or are all those not enough? In that case, *please* don't do like nearly all the others complaining about lack of documentation so far: help improve the docs once you've learnt it!

So, I hope that I can replace lwip's link-layer

Link layer or IP layer? lwIP hard-links against functions so your only way to exchange the IP layer is exchange-implementing the IP functions. The ethernet layer is easier to exchange as for this, an output callback in the netif is called.
Another question, is it possible to use lwip on Linux with some pseudo network
device? I hope that I can see live example of lwip so that I can understand
the code better.

OK, so you haven't found the contrib repository referenced on our "Main" page on savannah...

Simon



reply via email to

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