[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] lwip RAW_API mode or SOCKET_API mode
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] lwip RAW_API mode or SOCKET_API mode |
Date: |
Wed, 16 Sep 2009 10:15:23 +0100 |
On Tue, 2009-09-15 at 16:56 -0400, Kevin wrote:
> Hi,
>
> I am still new to lwip, and I have basic question about it:
>
> I got an impression that when Lwip work with operating system, it has
> to be in SOCKET_API mode. My question is: can RAW_API mode work
> together with any operating system?
Yes, it can. If you don't have an OS then you can only really use the
raw API. If you do have an OS then you can use any of the lwIP APIs.
Kieran