[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] lwip socket layer
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] lwip socket layer |
Date: |
Tue, 11 Jul 2006 08:47:28 +0100 |
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