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

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] LwIP 1.41 select does not return ?

2017-05-31 Thread Arpit Agarwal
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...@gmail

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

2017-05-31 Thread Arpit Agarwal
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...@gmail

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] 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 <arpit...@samsung.com> Senior Software Engineer/SRI-Bangalore-IoTivity/Samsung Electronics Date : 2016-11-07 12:35 (GMT+5:30) Title : RE: Is LWIP_SUPPORT_CUSTO

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 <arpit...@samsung.com> Senior Software Engine

[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",   

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

2016-10-07 Thread Arpit Agarwal
upport. I believe this would make a great M.Sc. Thesis work if anyone out there wants to give 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" <arpi...@alumni.iitg.ernet

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

2016-10-07 Thread Arpit Agarwal
V6 Stack in LWIP 2.0: Is it IPv6 Ready ? Arpit Agarwal wrote: > [..] I am using Self Test Tool version 5.0.0 (IPv6 Phase 2 test). > Also when I analyzed reason for failed test cases [..] Would you mind sharing the results with me? I always wanted to get the tests running but I've rather p

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

2016-10-07 Thread Arpit Agarwal
tack in LWIP 2.0: Is it IPv6 Ready ? Arpit Agarwal wrote: > 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. I remember

[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)

Re: [lwip-users] LWIP timeouts

2016-10-06 Thread Arpit Agarwal
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.org/mai

[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

[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: