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:
195:bd5b123143ca
Parent:
172:9bc3c7b2cca1
--- a/eth/eth.h	Thu Mar 04 12:08:14 2021 +0000
+++ b/eth/eth.h	Sun Apr 18 19:04:48 2021 +0000
@@ -1,6 +1,7 @@
 #include <stdint.h>
 
 extern uint16_t EthProtocol;
+extern char*    EthMacRemote;
 
 extern void EthProtocolLog(uint16_t prototype);
 extern int  EthHandlePacket       (char* pPacketRx, int sizeRx, char* pPacketTx, int* pSizeTx);