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:
18:accfcb80d9c3
Parent:
14:e75a59c1123d
Child:
35:93c39d260a83
--- a/ip4/ip4.h	Mon Jun 26 10:03:48 2017 +0000
+++ b/ip4/ip4.h	Mon Jun 26 15:24:06 2017 +0000
@@ -1,4 +1,5 @@
-extern int Ip4AddressToString(uint32_t ip, int size, char* text);
+extern int      Ip4AddressToString(uint32_t ip, int size, char* text);
+extern uint32_t Ip4Parse(char* text);
 
 extern uint32_t Ip4Src;
 extern uint32_t Ip4Dst;