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:
35:93c39d260a83
Parent:
14:e75a59c1123d
Child:
36:900e24b27bfb
--- a/eth/mac.h	Fri Sep 01 15:06:59 2017 +0000
+++ b/eth/mac.h	Fri Sep 22 13:55:56 2017 +0000
@@ -1,3 +1,4 @@
+extern bool MacIsEmpty(char* mac);
 extern  int MacToString(char* mac, int size, char* text);
 extern char MacLocal[];
 extern int  MacAccept(char* p);