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:
35:93c39d260a83
Parent:
22:914b970356f0
Child:
37:793b39683406
--- a/eth/arp.h	Fri Sep 01 15:06:59 2017 +0000
+++ b/eth/arp.h	Fri Sep 22 13:55:56 2017 +0000
@@ -2,4 +2,4 @@
 extern bool     ArpResolveRequestFlag;
 
 extern int ArpHandleReceivedPacket(char* pSrcMac, void * pPacket, int* pSize, char*pDstMac);
-extern int ArpPollForPacketToSend(void* pPacket, int* pSize);
\ No newline at end of file
+extern int ArpPollForPacketToSend(void* pPacket, int* pSize);