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:
193:47a953ab571b
Parent:
190:c4415a7253f5
--- a/resolve/nrtest.h	Fri Jan 22 13:24:08 2021 +0000
+++ b/resolve/nrtest.h	Sun Jan 24 15:09:55 2021 +0000
@@ -1,7 +1,5 @@
 extern char NrTest[];
 
-extern void NrTestAddress4FromName(void);
-extern void NrTestAddress6FromName(void);
-extern void NrTestNameFromAddress(void);
+extern void NrTestSendRequest(int ipProtocol, int dnsProtocol);
 
 extern void NrTestMain(void);
\ No newline at end of file