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:
Thu Oct 26 14:50:24 2017 +0000
Revision:
47:73af5c0b0dc2
Parent:
37:793b39683406
Replaced a number of temporary buffers with direct writes to the Log or HTTP.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 36:900e24b27bfb 1 extern void MacClear(char* mac);
andrewboyson 36:900e24b27bfb 2 extern void MacCopy(char* macTo, char* macFrom);
andrewboyson 35:93c39d260a83 3 extern bool MacIsEmpty(char* mac);
andrewboyson 36:900e24b27bfb 4 extern bool MacIsSame(char* macA, char* macB);
andrewboyson 14:e75a59c1123d 5 extern int MacToString(char* mac, int size, char* text);
andrewboyson 47:73af5c0b0dc2 6 extern int MacLog(char* mac);
andrewboyson 47:73af5c0b0dc2 7 extern int MacHttp(char* mac);
andrewboyson 13:9cd54f7db57a 8 extern char MacLocal[];
andrewboyson 37:793b39683406 9 extern int MacAccept(char* p);
andrewboyson 47:73af5c0b0dc2 10 extern void MacMakeFromDest(int dest, int pro, char* p);