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:
108:66f17386ffd4
Parent:
98:b977424ec7f7
Child:
121:bc048b65a630
--- a/net.h	Tue Jan 15 16:46:57 2019 +0000
+++ b/net.h	Fri Jan 18 11:49:42 2019 +0000
@@ -30,3 +30,5 @@
 #define FAULT_POINT_TcpHandleReceivedPacket  6
 #define FAULT_POINT_TcpHdrReadFromPacket     7
 #define FAULT_POINT_HttpHandleRequest        8
+#define FAULT_POINT_HttpReadRequest          9
+#define FAULT_POINT_HttpRequestFunction     10
\ No newline at end of file