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:
22:914b970356f0
Parent:
15:6ca6778168b1
Child:
37:793b39683406
--- a/net.h	Thu Jun 29 19:42:28 2017 +0000
+++ b/net.h	Mon Jul 03 14:29:07 2017 +0000
@@ -40,9 +40,10 @@
 #define   UNICAST        1
 #define   UNICAST_DNS    2
 #define   UNICAST_DHCP   3
-#define MULTICAST_NODE   4
-#define MULTICAST_ROUTER 5
-#define MULTICAST_MDNS   6
-#define MULTICAST_LLMNR  7
-#define SOLICITED_NODE   8
-#define BROADCAST        9
+#define   UNICAST_NTP    4
+#define MULTICAST_NODE   5
+#define MULTICAST_ROUTER 6
+#define MULTICAST_MDNS   7
+#define MULTICAST_LLMNR  8
+#define SOLICITED_NODE   9
+#define BROADCAST       10