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:
37:793b39683406
Parent:
35:93c39d260a83
Child:
44:83ce5ace337b
--- a/ip6/slaac.cpp	Mon Sep 25 07:09:32 2017 +0000
+++ b/ip6/slaac.cpp	Wed Oct 04 07:51:02 2017 +0000
@@ -26,7 +26,7 @@
 }
 void SlaacInit()
 {
-    char* p = SlaacLinkLocalIp;
+    char* p = SlaacLinkLocalIp; //fe80::::202:f7ff:fef2:7d27
     *p++ = 0xFE;
     *p++ = 0x80;
     *p++ = 0x00;