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:
126:62edacc9f14d
Parent:
121:bc048b65a630
Child:
136:8a65abb0dc63
--- a/net.h	Fri Feb 22 11:26:55 2019 +0000
+++ b/net.h	Mon Feb 25 20:59:19 2019 +0000
@@ -32,6 +32,8 @@
 #define FAULT_POINT_HttpHandleRequest         8
 #define FAULT_POINT_HttpReadRequest           9
 #define FAULT_POINT_HttpRequestFunction      10
-#define FAULT_POINT_Udp4HandleReceivedPacket 11
-#define FAULT_POINT_UdpHandleReceivedPacket  12
-#define FAULT_POINT_NtpHandlePacketReceived  13
\ No newline at end of file
+#define FAULT_POINT_HttpPostFunction         11
+#define FAULT_POINT_HttpGetFunction          12
+#define FAULT_POINT_Udp4HandleReceivedPacket 13
+#define FAULT_POINT_UdpHandleReceivedPacket  14
+#define FAULT_POINT_NtpHandlePacketReceived  15
\ No newline at end of file