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:
Tue Oct 31 21:25:09 2017 +0000
Revision:
48:952dddb74b8b
Child:
61:aad055f1b0d1
Split address resolution into AR4 and AR6. Corrected issue clearing a AR6 record.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 48:952dddb74b8b 1 extern bool Ar4Trace;
andrewboyson 48:952dddb74b8b 2
andrewboyson 48:952dddb74b8b 3 extern void Ar4MakeRequestForMacFromIp(uint32_t ip);
andrewboyson 48:952dddb74b8b 4
andrewboyson 48:952dddb74b8b 5 extern void Ar4AddIpRecord(void (*traceback)(void), char* pMac, uint32_t ip);
andrewboyson 48:952dddb74b8b 6
andrewboyson 48:952dddb74b8b 7 extern void Ar4IpToMac(uint32_t ip, char* pMac);
andrewboyson 48:952dddb74b8b 8 extern void Ar4SendHttp();
andrewboyson 48:952dddb74b8b 9
andrewboyson 48:952dddb74b8b 10 extern void Ar4Main();
andrewboyson 48:952dddb74b8b 11 extern void Ar4Init();