[lwip-users] LWIP UDP throughput with Iperf

2016-09-14 Thread Arpit Agarwal
.   Thanks & Regards, Arpit Agarwal   ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] LWIP UDP throughput with Iperf

2016-09-16 Thread Arpit Agarwal
your application receive function; if your port and driver are not buggy ;^) ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users   Thanks & Regards, Arpit Agarwal Senior Software Engin

[lwip-users] LWIP TCP Connection not getting established

2016-10-03 Thread Arpit Agarwal
Hi,   I am trying to use LWIP 2.0 RC2. I am unable to establish TCP connection while this didn't happen in LWIP 1.4.1. The connection request is hitting function tcp_listen_input , but after that nothing happens. Please find the los below:   [TCPSERV] let wiusable sp_cess bind: lwip_bin

Re: [lwip-users] LWIP TCP Connection not getting established

2016-10-05 Thread Arpit Agarwal
Hi Sergio, Really sorry, looks like some problem in my application. I tried a simple tcp server-client setup and in that there is no connection problems.   Thanks, Arpit   - Original Message - Sender : Sergio R. Caprile  Date : 2016-10-03 18:33 (GMT+5:30) Title : Re

[lwip-users] LWIP timeouts

2016-10-05 Thread Arpit Agarwal
Hello,   I am facing a weird issue with LWIP timeouts. The issue is with the normal timeouts setting , each timeout is happening with after a delay of 10 times the normal value. Is there a problem in the timeouts logic or there is something wrong in my lwip port?For e.g.: etharp_tmr is def

Re: [lwip-users] LWIP timeouts

2016-10-05 Thread Arpit Agarwal
PI in my port. I confirm problem is resolved. Thanks, Arpit     Thanks & Regards, Arpit Agarwal Senior Software Engineer, SRIB Email: arpit...@samsung.com ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.or

[lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread Arpit Agarwal
Hello All, I wanted some to know whether anyone has tested IPv6 from LWIP 2.0.0 / lwip-git head using Tahi Self Test Tool ? I see many of the test cases failing when I tried to test with the self test tool. -- Thanks & Regards, ARPIT Alumni, Department Of CSE IIT Guwahati-781039 (INDIA) M:

Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread Arpit Agarwal
. -- Thanks & Regards, ARPIT From: lwip-users on behalf of Simon Goldschmidt Sent: Friday, October 7, 2016 4:26:16 PM To: lwip-users@nongnu.org Subject: Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ? Arpit Agarwal wrote: > I wanted some to know

Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread Arpit Agarwal
. -- Thanks & Regards, ARPIT From: lwip-users on behalf of Simon Goldschmidt Sent: Friday, October 7, 2016 7:33:36 PM To: lwip-users@nongnu.org Subject: Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ? Arpit Agarwal wrote: > [..] I am using Self Te

Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread Arpit Agarwal
ve it a go. I'd be happy to supervise/cooperate, I've done a few of those jobs already. Cheers Ivan > Date: Fri, 7 Oct 2016 13:08:33 + > From: "Arpit Agarwal" > To: "lwip-users@nongnu.org" > Subject: Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is

[lwip-users] Is LWIP_SUPPORT_CUSTOM_PBUF functionality proper ?

2016-11-06 Thread Arpit Agarwal
  Hello All, I am facing assertion fail issue in pbuf_free API. The code where assert fails is mentioned below. if ((p->flags & PBUF_FLAG_IS_CUSTOM) != 0)  {    struct pbuf_custom *pc = (struct pbuf_custom *)p;    LWIP_ASSERT("pc->custom_free_function != NULL",    pc->

Re: [lwip-users] Is LWIP_SUPPORT_CUSTOM_PBUF functionality proper ?

2016-11-06 Thread Arpit Agarwal
Hi, Sorry for the 1st query, I think typecasting is proper. But Still I am unable to figure out Why Assertion fails happen or in which scenario it can happen. Thanks, Arpit   - Original Message - Sender : Arpit Agarwal  Senior Software Engineer/SRI-Bangalore-IoTivity

Re: [lwip-users] Is LWIP_SUPPORT_CUSTOM_PBUF functionality proper ?

2016-11-09 Thread Arpit Agarwal
Hi,Can anyone help me out on this ?   Thanks, Arpit   - Original Message - Sender : Arpit Agarwal  Senior Software Engineer/SRI-Bangalore-IoTivity/Samsung Electronics Date : 2016-11-07 12:35 (GMT+5:30) Title : RE: Is LWIP_SUPPORT_CUSTOM_PBUF functionality proper

Re: [lwip-users] LwIP 1.41 select does not return ?

2017-05-31 Thread Arpit Agarwal
the event_calback properly or not. If there is no event_callback cming for the particular socket descriptor then select will not return and it eventually timeouts. Thanks, Arpit -- Thanks & Regards, ARPIT AGARWAL Alumni, Department Of CSE IIT Guwahati-781039 (INDIA) M: (+91)-87927930

Re: [lwip-users] LwIP 1.41 select does not return ?

2017-05-31 Thread Arpit Agarwal
have the code and environment you are using. -- Thanks & Regards, ARPIT AGARWAL Alumni, Department Of CSE IIT Guwahati-781039 (INDIA) M: (+91)-8792793063 E: arpi...@alumni.iitg.ernet.in arpit0...@

Re: [lwip-users] LwIP 1.41 select does not return ?

2017-05-31 Thread Arpit Agarwal
have the code and environment you are using. -- Thanks & Regards, ARPIT AGARWAL Alumni, Department Of CSE IIT Guwahati-781039 (INDIA) M: (+91)-8792793063 E: arpi...@alumni.iitg.ernet.in arpit0...@

Re: [lwip-users] port the latest version 2.0.2 to stm32f207

2017-07-26 Thread Arpit Agarwal
s between release versions that require ports or applications to be changed. Use it to update a port or an application written for an ... -- Thanks & Regards, ARPIT AGARWAL Alumni, Department Of CSE IIT Guwahati-781039 (INDIA) M: (+91)-8792793063 E: arpi...@a

Re: [lwip-users] Advice on wifi module

2017-08-07 Thread Arpit Agarwal
Hi All, You can try out Artik053 IoT module which uses LWIP on Wifi. For more information checkout: https://www.artik.io/modules/artik-053/ ARTIK 053 - ARTIK IoT Platform www.artik.io The Samsung ARTIK 053 IoT module brings Wi-Fi to "things" that need co