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:
36:900e24b27bfb
Child:
47:73af5c0b0dc2
--- a/eth/mac.h	Mon Sep 25 07:09:32 2017 +0000
+++ b/eth/mac.h	Wed Oct 04 07:51:02 2017 +0000
@@ -4,5 +4,5 @@
 extern bool MacIsSame(char* macA, char* macB);
 extern  int MacToString(char* mac, int size, char* text);
 extern char MacLocal[];
-extern int  MacAccept(char* p);
+extern  int MacAccept(char* p);
 extern void MacMake(int action, int pro, char* p);