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:
67:b89a81c6ed99
Parent:
63:9d67a5eaa93c
Child:
70:74c11fb71a15
diff -r 18a10c0b6d93 -r b89a81c6ed99 link/link.c
--- a/link/link.c	Fri Jan 19 19:47:37 2018 +0000
+++ b/link/link.c	Sat Jan 27 12:17:46 2018 +0000
@@ -1,6 +1,6 @@
 #include <stdbool.h>
 
-#include "peripherals.h"
+#include   "defs.h"
 #include    "log.h"
 #include    "eth.h"
 #include "action.h"