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

Revision:
47:73af5c0b0dc2
Parent:
44:83ce5ace337b
Child:
48:952dddb74b8b
--- a/ip6/ip6.h	Tue Oct 24 07:01:35 2017 +0000
+++ b/ip6/ip6.h	Thu Oct 26 14:50:24 2017 +0000
@@ -1,4 +1,7 @@
-extern int  Ip6AddressToString(char*    ip, int size, char* text);
+extern int  Ip6AddressToString(char* ip, int size, char* text);
+extern int  Ip6AddressLog     (char* ip);
+extern int  Ip6AddressHttp    (char* ip);
+
 extern bool Ip6IsSame (char* ipA, char* ipB);
 extern bool Ip6IsEmpty(char* ip);
 extern void Ip6Copy(char* ipTo, char* ipFrom);