A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
171:f708d6776752
Parent:
140:9000ea70b220
--- a/resolve/nr4.h	Wed Dec 09 18:11:05 2020 +0000
+++ b/resolve/nr4.h	Sat Dec 12 20:10:02 2020 +0000
@@ -5,7 +5,7 @@
 extern void Nr4MakeRequestForNameFromIp(uint32_t ip);
 extern void Nr4MakeRequestForIpFromName(char*  name);
 
-extern void Nr4AddIpRecord(uint32_t ip, char* name, int protocol);
+extern void Nr4AddIpRecord(uint32_t ip, char* name, int dnsProtocol);
 
 extern void Nr4IpToName(uint32_t ip, char*     name);
 extern void Nr4NameToIp(char*  name, uint32_t*  pIp);