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:
61:aad055f1b0d1
Parent:
60:1d8c7a1e7483
Child:
143:8cec8f08dc54
--- a/eth/mac.h	Sat Dec 16 14:39:50 2017 +0000
+++ b/eth/mac.h	Thu Jan 11 17:38:21 2018 +0000
@@ -1,3 +1,5 @@
+#include <stdbool.h>
+
 extern void MacClear(char* mac);
 extern void MacCopy(char* macTo, char* macFrom);
 extern bool MacIsEmpty(char* mac);