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

eth/nr4.h

Committer:
andrewboyson
Date:
2017-11-14
Revision:
56:35117a8b5c65
Parent:
50:492f2d2954e4

File content as of revision 56:35117a8b5c65:

extern bool Nr4Trace;

extern void Nr4MakeRequestForNameFromIp(uint32_t ip);
extern void Nr4MakeRequestForIpFromName(char*  name);

extern void Nr4AddIpRecord(uint32_t ip, char* name, int protocol);

extern void Nr4IpToName(uint32_t ip, char*     name);
extern void Nr4NameToIp(char*  name, uint32_t*  pIp);
extern void Nr4SendHttp();

extern void Nr4Main();
extern void Nr4Init();