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:
121:bc048b65a630
Parent:
108:66f17386ffd4
Child:
126:62edacc9f14d
--- a/net.h	Tue Jan 29 18:32:57 2019 +0000
+++ b/net.h	Mon Feb 04 15:27:33 2019 +0000
@@ -22,13 +22,16 @@
 extern const char* NetName4;
 extern const char* NetName6;
 
-#define FAULT_POINT_NetMain                  1
-#define FAULT_POINT_LinkMain                 2
-#define FAULT_POINT_EthHandlePacket          3
-#define FAULT_POINT_Ip4HandleReceivedPacket  4
-#define FAULT_POINT_Tcp4HandleReceivedPacket 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
+#define FAULT_POINT_NetMain                   1
+#define FAULT_POINT_LinkMain                  2
+#define FAULT_POINT_EthHandlePacket           3
+#define FAULT_POINT_Ip4HandleReceivedPacket   4
+#define FAULT_POINT_Tcp4HandleReceivedPacket  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
+#define FAULT_POINT_Udp4HandleReceivedPacket 11
+#define FAULT_POINT_UdpHandleReceivedPacket  12
+#define FAULT_POINT_NtpHandlePacketReceived  13
\ No newline at end of file