Mathias Zenger wrote:
Thanks for the reply. Sorry for haven't checked Christiaan's documentation.
However, I think there is a problem when using a RTOS, right? (since the
agent is based on the raw-API...).
There's no problem using the raw API together with an RTOS. You only have to make sure that you only call the agent's API from the tcpip_thread. To get a function called in that thread when running in a different thread, use tcpip_callback().

Simon


_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to