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 Apr 10 10:07:06 2019 +0000
Revision:
140:9000ea70b220
Parent:
61:aad055f1b0d1
Child:
143:8cec8f08dc54
Added ajax functions to AR4, AR6, NR4, NR6 modules

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 61:aad055f1b0d1 1 #include <stdbool.h>
andrewboyson 61:aad055f1b0d1 2
andrewboyson 60:1d8c7a1e7483 3 extern void MacClear(char* mac);
andrewboyson 60:1d8c7a1e7483 4 extern void MacCopy(char* macTo, char* macFrom);
andrewboyson 60:1d8c7a1e7483 5 extern bool MacIsEmpty(char* mac);
andrewboyson 60:1d8c7a1e7483 6 extern bool MacIsSame(char* macA, char* macB);
andrewboyson 60:1d8c7a1e7483 7 extern int MacToString(char* mac, int size, char* text);
andrewboyson 60:1d8c7a1e7483 8 extern int MacLog(char* mac);
andrewboyson 60:1d8c7a1e7483 9 extern int MacHttp(char* mac);
andrewboyson 60:1d8c7a1e7483 10 extern char MacLocal[];
andrewboyson 60:1d8c7a1e7483 11 extern int MacAccept(char* p);
andrewboyson 60:1d8c7a1e7483 12 extern void MacMakeFromDest(int dest, int pro, char* p);