Re: [lwip-users] tcp_echo sample for lpc17xx (LPCopen 2.10)

2016-08-22 Thread Sergio R. Caprile
> My question. Is it the lwip Netconn FreeRTOs demo poorly made? > Is it the netconn API that has problem? Ehmmm... I don't think anyone of us helping here, or the developers, would think we are devoting our time to something not working as expected... that is for lwIP code. As for the vendor

[lwip-users] tcp_echo sample for lpc17xx (LPCopen 2.10)

2016-08-19 Thread TJO
Hi all, I'm currently trying out some lwip demo's for my LPC1788 hardware. In the LPCopen 2.10 package there is some demo application (tcp echo) using lwip 1.4.1 One using raw TCP/IP standaolone (No RTOS) and one using Netconn API in FreeRTOS. I have written a simple TCP client test app in c#.