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:
80:4ef1500fca1d
Parent:
61:aad055f1b0d1
Child:
172:9bc3c7b2cca1
--- a/ip6/slaac.c	Sun Nov 11 15:44:23 2018 +0000
+++ b/ip6/slaac.c	Thu Nov 15 16:55:29 2018 +0000
@@ -1,6 +1,6 @@
 #include <string.h>
 
-#include  "mac.h"
+#include "mac.h"
 #include "ip6addr.h"
 
 char SlaacLinkLocalIp[16];