Am 19.04.2019 um 09:33 schrieb simeon.trifo...@amk-drives.bg:
Hi!
I’m using LWIP 2.0.3. In my code I have a static NTP server address.
But this address can be invalid or valid (depending what the user will
write in it). If DHCP is enabled I want to reach the following behavior:
* If the NTP
Am 17.04.2019 um 18:42 schrieb Josh McAtee:
Hello,
I’ve run into a case where I need to do some CNAME and SRV queries, but
looked into it and realized lwIP doesn’t have these features.
I was just wondering if this was ever a requested or planned feature, etc.
Sorry for answering so late. No,
Am 02.04.2019 um 21:48 schrieb Mike Spenard:
Just testing with the default /fs/ directory structure.
That makefsfile.exe is from TI. But I've had the same issue doing this in
Linux with the Perl script as well. Is there a win64 compatible .exe out
there with your blessing that I can download? It
Am 28.03.2019 um 09:20 schrieb vrnud:
HI,
I am very new to the tcpip world.
netif_add(&gnetif, &ipaddr, &netmask, &gw, NULL, ðernetif_init,
&tcpip_input);
is called from MX_LWIP_Init() function.
"But "raw" APIs functions must ONLY be called from TCPIP thread."
I dont know how to do that. ca