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:
42:222a4f45f916
--- a/ip.h	Tue Oct 24 07:01:35 2017 +0000
+++ b/ip.h	Thu Oct 26 14:50:24 2017 +0000
@@ -1,5 +1,6 @@
 
-extern     void IpProtocolToString(uint8_t protocol, int size, char* text);
+extern void IpProtocolString(uint8_t protocol, int size, char* text);
+extern void IpProtocolLog   (uint8_t protocol);
 
 #define  HOPOPT 0
 #define   ICMP  1