Hello,

I'm starting a project with lwIP (1.4.1 Stable), actually I have to
implement it on a cortex M4 where FreeRTOS is already running. To be short,
IP packets are managed by a modem and get in RAM. Thus I do not have to
create a driver in ethernetif.c because I would just pass the packet to the
IP layer. I aim at send and receive UDP packets.

So I would like to know wich API/functions I should use to do it ? 

I am currently reading Adam's paper and lwIP wiki (and also doc 
http://www.nongnu.org/lwip/ <http://www.nongnu.org/lwip/>   ), are there
some other files that you'd advise me ?
 
I am already ( ) encountering a problem concerning ip.h inclusion. Can not
both IPv4/IPv6 be used at the same time in the latter released ? Instead of
exclude one and add path of the other one to gcc...   

Thanks you in advance and congratulation for your amazing works !



--
View this message in context: 
http://lwip.100.n7.nabble.com/Starting-with-lwIP-tp21214.html
Sent from the lwip-users mailing list archive at Nabble.com.

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

Reply via email to