[email protected] wrote:

> What baffles me is the "[..] there is one main thread running the lwIP core
> (also known as the "tcpip_thread"). The raw API may only be used from
> this thread!" part.
> 
> How can I initiate communications from another thread?
> What is the RightWay to wake the "tcpip_thread" and have it perform its job?

Use one of the tcpip_callback() functions to get into the tcpip_thread.

Simon

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

Reply via email to