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:
15:6ca6778168b1
Parent:
10:f0854784e960
Child:
35:93c39d260a83
--- a/ip6/slaac.h	Fri May 05 17:44:16 2017 +0000
+++ b/ip6/slaac.h	Tue May 09 15:39:03 2017 +0000
@@ -1,3 +1,5 @@
 extern char SlaacLinkLocalIp[];
+extern char SlaacGlobalIp[];
 
+extern void SlaacMakeGlobal(char* pPrefix);
 extern void SlaacInit();
\ No newline at end of file