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
Child:
33:714a0345e59b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ip.h	Fri May 05 17:44:16 2017 +0000
@@ -0,0 +1,8 @@
+extern     void IpProtocolToString(uint8_t protocol, int size, char* text);
+
+#define HOPOPT 0
+#define  ICMP  1
+#define  IGMP  2
+#define   TCP  6
+#define   UDP 17
+#define ICMP6 58