Re: [lwip-users] LWIP/PPPOS for GSM module

2018-11-25 Thread Devanand Biradar
Hello Sylvain, This are the logs I am getting. Is any point is missing to Enable in Lwip/pppos. Also will you guide how to receive the ppp packets from gsm module. ppp phase changed[0]: phase=0 ppp_connect[0]: holdoff=0 ppp phase changed[0]: phase=3 pppos_connect: unit 0: connecting ppp_start[0]

[lwip-users] Multiple netconn udp connection problem

2018-11-25 Thread anmk
Hi all, I'm working on a project that I should send received UARTs data on related udp sockets. I receive UART data on 6 interface (for example UART1 to 6) and I want to send received data to udp port 1001 to 1006 (respectively). I'm using FreeRTOS version 9 and LwIP version 1.4.1. and udp socket

Re: [lwip-users] Multiple netconn udp connection problem

2018-11-25 Thread goldsi...@gmx.de
On 25.11.2018 19:03, anmk wrote: [..] after adding fifth socket, I have null pointer in return of "netconn_new(NETCONN_UDP)" function and my code doesn't work. what is the problem? Have a look at lwip_stats. The 'err' members might tell you if you are running short of memory. Simon ___