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:
97:d91f7db00235
Parent:
83:08c983006a6e
Child:
98:b977424ec7f7
--- a/net.h	Sat Dec 29 19:03:50 2018 +0000
+++ b/net.h	Wed Jan 02 17:48:38 2019 +0000
@@ -21,3 +21,10 @@
 
 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