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:
13:9cd54f7db57a
Parent:
11:c051adb70c5a
Child:
14:e75a59c1123d
--- a/eth/eth.h	Thu Apr 20 13:50:30 2017 +0000
+++ b/eth/eth.h	Mon May 01 18:20:55 2017 +0000
@@ -1,4 +1,3 @@
-extern char EthLocalMac[];
 
 extern int  EthHandlePacket       (void* pPacket, int* pSize);
 extern int  EthPollForPacketToSend(void* pPacket, int* pSize);