Re: [lwip-users] Building mbedtls using LWIP library

2017-04-21 Thread shruthi
Sorry, it was because the MAC address of the server and client stacks were the same. It's now working :). Thank you all for your help. - Shruthi -- View this message in context: http://lwip.100.n7.nabble.com/Building-mbedtls-using-LWIP-library-tp29319p29407.html Sent from the lwip-users

Re: [lwip-users] Building mbedtls using LWIP library

2017-04-21 Thread goldsi...@gmx.de
shruthi wrote: Any idea what the problem might be? No, sorry. Simon ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] netconn_recv return ERR_MEM

2017-04-21 Thread goldsi...@gmx.de
fin wrote: Hello, I use LwIP port for stm32f207 (IAR compiler), when working more than 24 hours, netconn_recv function returns error ERR_MEM. Obviously, you have a netbuf leak somewhere. I haven't heard of this being a bug and 1.4.0 is rather old, so I assume it's a bug in your

Re: [lwip-users] Building mbedtls using LWIP library

2017-04-21 Thread shruthi
Thank you, Simon. I understand it better now. I am able to run the TLS server on LWIP stack (latest version cloned from git) and connect to it with a TLS client running on my Linux stack. However, when I try to run a TLS client on the LWIP stack, I get an error (err = -13) in

Re: [lwip-users] contrib-2.0.1 and WinPCap

2017-04-21 Thread Simon Goldschmidt
markus.l...@gmx.ch wrote: > [..] Unfortunately the link to WinPCap doesn't work anymore (We’re sorry, but > that page doesn’t exist…): http://netgroup-serv.polito.it/winpcap/ I don't know where Frédéric originally got that link from... > I tried to get the WinPCap from another place but it is a

[lwip-users] contrib-2.0.1 and WinPCap

2017-04-21 Thread markus . lwip
I downloaded the lwip contrib-2.0.1 to test lwip with win32 (Windows 7 and 10, Visual Studio 2015). Unfortunately the link to WinPCap doesn't work anymore (We’re sorry, but that page doesn’t exist…): http://netgroup-serv.polito.it/winpcap/   I tried to get the WinPCap from another place but it

Re: [lwip-users] netconn_recv return ERR_MEM

2017-04-21 Thread fin
LwIP 1.4.0 -- View this message in context: http://lwip.100.n7.nabble.com/netconn-recv-return-ERR-MEM-tp29391p29392.html Sent from the lwip-users mailing list archive at Nabble.com. ___ lwip-users mailing list lwip-users@nongnu.org

[lwip-users] netconn_recv return ERR_MEM

2017-04-21 Thread fin
Hello, I use LwIP port for stm32f207 (IAR compiler), when working more than 24 hours, netconn_recv function returns error ERR_MEM. Lwip_stats displays the following in the "NETBUF" field:   -avail: 6 -used: 2 -max: 3 -err: 1 -illegal: 0 Someone faced this? -- View this message in context:

Re: [lwip-users] Building mbedtls using LWIP library

2017-04-21 Thread Simon Goldschmidt
shruthi wrote: > You wrote: >> If you want to see how it's done, get the latest git master's src >> and contrib repositories and build the unix example port with "mbedtls" >> next to the contrib folder and you should get TLS support (mbedTLS code >> is *not* included with lwIP). You misunderstood

Re: [lwip-users] Building mbedtls using LWIP library

2017-04-21 Thread shruthi
Simon, This is what I have inferred from what you suggested. Please correct me if I am wrong: You wrote: > If you want to see how it's done, get the latest git master's src and contrib repositories and build the unix example port with "mbedtls" next to the contrib folder and you should get TLS