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
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to