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

Committer:
andrewboyson
Date:
Wed Oct 04 07:51:02 2017 +0000
Revision:
37:793b39683406
Parent:
35:93c39d260a83
Child:
43:bc028d5a6424
Added trace back and trace forward to log messages

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 22:914b970356f0 1 extern uint32_t ArpAddressToResolve;
andrewboyson 22:914b970356f0 2 extern bool ArpResolveRequestFlag;
andrewboyson 22:914b970356f0 3
andrewboyson 37:793b39683406 4 extern int ArpHandleReceivedPacket(void (*traceback)(void), char* pSrcMac, void * pPacket, int* pSize, char*pDstMac);
andrewboyson 35:93c39d260a83 5 extern int ArpPollForPacketToSend(void* pPacket, int* pSize);