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:
140:9000ea70b220
Child:
195:bd5b123143ca
--- a/resolve/ar4.h	Fri Jan 22 13:24:08 2021 +0000
+++ b/resolve/ar4.h	Sun Jan 24 15:09:55 2021 +0000
@@ -10,6 +10,7 @@
 extern void     Ar4IpToMac(uint32_t ip, char* pMac);
 extern uint32_t Ar4IndexToIp(int index);
 extern bool     Ar4HaveMacForIp(uint32_t ip);
+extern bool     Ar4CheckHaveMacAndFetchIfNot(uint32_t ip);
 
 extern void     Ar4SendHttp(void);
 extern void     Ar4SendAjax(void);