lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Acknowledge Problem


From: Sergio R. Caprile
Subject: Re: [lwip-users] Acknowledge Problem
Date: Fri, 22 Apr 2016 13:23:58 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

RAW API functions must be called in the same thread as the lwIP core functions. In fact, afaik, except for netconn and socket API, all lwIP functions must be called from the same thread. You can run RAW API apps on the lwIP thread, and netconn/socket API apps on other threads.
There is a running web server in the contrib tree for the RAW API.
There is a (somehow) enhanced web server for the RAW API on my website (http://scaprile.ldir.com.ar/cms/el-ingeniero/open-source-projects-im-working-on/lwhttpd/)
I can't help you with netconn.
If you need help on writing your own app for the netconn API, open a new thread, explain that in the subject, and wait for someone to drop in.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]