lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] How to use Lwip with ethernet in Linux


From: Kieran Mansley
Subject: Re: [lwip-users] How to use Lwip with ethernet in Linux
Date: Fri, 02 Mar 2007 08:45:03 +0000

On Fri, 2007-03-02 at 14:24 +0800, 劉宸瑋 wrote:
> Dear All,
>  
> I start to learn lwip and want to port it on Linux. But now, i am
> stuck.
> I try to run it on eth0, but i don't know how to do.
>  
> I had seen example "unixsim".

The unixsim is a linux port, already done for you.  It runs the lwIP
stack at user-level and uses the tun/tap devices to communicate with the
network interface.  You'll need to install and configure the tun/tap
devices, which is beyond the scope of this mailing list.  There are
albeit brief instructions on how to use unixsim in the README file in
that directory.  Once you have it up and running you should be able to
modify it to run your program rather than the simhost process.

Kieran





reply via email to

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