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:
35:93c39d260a83
Parent:
15:6ca6778168b1
Child:
44:83ce5ace337b
--- a/ip6/slaac.h	Fri Sep 01 15:06:59 2017 +0000
+++ b/ip6/slaac.h	Fri Sep 22 13:55:56 2017 +0000
@@ -1,5 +1,7 @@
 extern char SlaacLinkLocalIp[];
 extern char SlaacGlobalIp[];
 
+extern bool SlaacIsMe(char* ip);
+
 extern void SlaacMakeGlobal(char* pPrefix);
 extern void SlaacInit();
\ No newline at end of file