On Mon, 2006-07-10 at 17:51 +0000, sanjay nayak wrote:
> --All,
> trying to use the lwip core components (  tcp,udp,ip,icmp,arp)  with socket 
> layer.  How ever socket layer is tightly couple to messages and mail box 
> which  has Os dependencies  . I would like get rid of this mail box, 
> messaging and os dependencies. Is there any way i can  do this. Basically i 
> would like to use the core components with out mailbox and messaging  APi. 
> Kind of single thread application

Sounds like the Raw API would be more suitable.  You won't be able to
use the sockets API as it stands without some sort of OS and messaging.

Kieran



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

Reply via email to