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:
105:ef2dd21d808c
Parent:
57:e0fb648acf48
Child:
195:bd5b123143ca
--- a/action.h	Wed Jan 09 14:24:25 2019 +0000
+++ b/action.h	Fri Jan 11 14:41:50 2019 +0000
@@ -12,8 +12,9 @@
 #define MULTICAST_ROUTER 7
 #define MULTICAST_MDNS   8
 #define MULTICAST_LLMNR  9
-#define SOLICITED_NODE  10
-#define BROADCAST       11
+#define MULTICAST_NTP   10
+#define SOLICITED_NODE  11
+#define BROADCAST       12
 
 /*
 If DO_NOTHING then no other flags may be set.