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:
42:222a4f45f916
Parent:
37:793b39683406
Child:
47:73af5c0b0dc2
--- a/eth/eth.h	Fri Oct 06 10:18:01 2017 +0000
+++ b/eth/eth.h	Sun Oct 15 17:54:09 2017 +0000
@@ -1,6 +1,5 @@
 #include "mbed.h"
 
-extern uint16_t EthProtocol;
 extern void     EthProtocolToString(uint16_t protocol, int size, char* text);
 extern int      EthHandlePacket       (void (*traceback)(void), void* pPacket, int* pSize);
 extern int      EthPollForPacketToSend(void* pPacket, int* pSize);