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:
14:e75a59c1123d
Parent:
11:c051adb70c5a
Child:
35:93c39d260a83
--- a/ip6/ip6.h	Mon May 01 18:20:55 2017 +0000
+++ b/ip6/ip6.h	Fri May 05 17:44:16 2017 +0000
@@ -1,3 +1,8 @@
+extern char     Ip6Src[16];
+extern char     Ip6Dst[16];
+
+extern int Ip6AddressToString(char*    ip, int size, char* text);
+
 extern int Ip6HandleReceivedPacket(char* pSrcMac, void* pPacket, int *pSize, char* pDstMac);
 extern int Ip6PollForPacketToSend (               void* pPacket, int *pSize, char* pDstMac);