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:
10:f0854784e960
Child:
11:c051adb70c5a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eth/eth.h	Sun Apr 16 14:21:55 2017 +0000
@@ -0,0 +1,6 @@
+extern char EthLocalMac[];
+extern int  EthHandlePacket    (void* pPacket, int* pSize);
+extern int  EthPollForPacketToSend(void* pPacket, int* pSize);
+
+
+