lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Using LWIP


From: address@hidden
Subject: Re: [lwip-users] Using LWIP
Date: Thu, 22 Jan 2009 21:27:48 +0100
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Hi michael,

First you need a port to use lwIP o your platform. There are existing ports for unix and win32 in the conrtib module.

As to your application: I guess you would need to write a virtual ethernet driver. An example skeleton of this can be found in src/netif/ethernetif.c and use this to pass TCP/IP into the stack or get packets from the stack.

Simon



Michael Long wrote:
Hi
I am developing a standalone application which will use LWIP. Idea is that I will only need LWIP to format the data using tcp/ip prototcol and then I need to take the formated data which has been processed by tcp/ip and send it using my own functions in my application. Can somebody give me some instructions how this needs to be done? thanks for your time michael
------------------------------------------------------------------------

_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users





reply via email to

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