Re: [lwip-users] TCP Dup ACKs and TCP Window full

2018-04-06 Thread goldsi...@gmx.de
On 06.04.2018 15:30, Adrian Figueroa wrote: I am writing a bootloader application that receives data over ethernet for flashing the processor it runs on. This is implemented on an STM32F746 running the ChibiOS-RTOS and the HAL drivers that come with it. Consequently, the netconn-api is used. I

Re: [lwip-users] Guide/example on moving from IPv4 to IPv6?

2018-04-06 Thread goldsi...@gmx.de
On 06.04.2018 11:56, thomasfogh wrote: I'm currently running an IPv4-only socket application with DHCP on my STM32F407 board and need to switch to IPv6 only with SLAAC. I can't find any example code for an IPv6-only socket application. Can anyone point me in the right direction on how to

Re: [lwip-users] Initialization problem upgrading from 1.4.1 to 2.0.3

2018-04-06 Thread goldsi...@gmx.de
On 05.04.2018 20:29, Keith Rubow wrote: I am trying to use lwip on ARM cortex M4. My development software is Atollic Truestudio on Win10. So far I have gotten lwip 1.4.1 to work using raw api and a simple multitasking OS. Now I am trying to change over to lwip 2.0.3, and am having trouble with

[lwip-users] Tunnel solution for HTTP server expose to Internet

2018-04-06 Thread Giuseppe Modugno
My embedded device, running lwip httpd server, is under a router with a dynamic public IP address and a local private network 192.168.1.x. I know how to configure DDNS and NAT on the router to reach the server from outside, but these are tedious and tricky steps for most users. So I'm

[lwip-users] Guide/example on moving from IPv4 to IPv6?

2018-04-06 Thread thomasfogh
Hi, I'm currently running an IPv4-only socket application with DHCP on my STM32F407 board and need to switch to IPv6 only with SLAAC. I can't find any example code for an IPv6-only socket application. Can anyone point me in the right direction on how to migrate from IPv4 to IPv6? FYI: The

Re: [lwip-users] help with mDNS sending a DNS_RRTYPE_SRV query

2018-04-06 Thread Simon Goldschmidt
antonio wrote: > The problem is the function that requires recursion (*mdns_readname*). The > error is related to */Stack Overflow/.. * So this is not related to threads? Then please describe the actual problem you see. I'm getting lost in all the other things you write... Simon