Re: [lwip-users] Interfacing lwip to use its TCP code

2017-06-28 Thread goldsi...@gmx.de
Yubin Ruan wrote: But I don't know how to get started because the lack of document of lwip's API. Now now, where have you looked? You seem to have missed the doc folder, the "homepage" link from savannah, the wiki, and the example code? Or are all those not enough? In that case, *please*

[lwip-users] Interfacing lwip to use its TCP code

2017-06-28 Thread Yubin Ruan
Hi, I am trying to implement a sound wave communication protocol and ensure its reliability by using lwip's TCP stack. But I don't know how to get started because the lack of document of lwip's API. I know that lwip has both the TCP stack and IP stack, but I only need its TCP stack to ensure