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:
47:73af5c0b0dc2
Parent:
46:40d33e9037e4
Child:
48:952dddb74b8b
diff -r 40d33e9037e4 -r 73af5c0b0dc2 net.cpp
--- a/net.cpp	Tue Oct 24 07:01:35 2017 +0000
+++ b/net.cpp	Thu Oct 26 14:50:24 2017 +0000
@@ -7,7 +7,7 @@
 #include    "nr.h"
 #include   "dns.h"
 #include "slaac.h"
-#include    "rs.h"
+#include   "ndp.h"
 #include   "ntp.h"
 #include    "io.h"
 
@@ -107,6 +107,6 @@
      NrMain();
    DhcpMain();
     DnsMain();
-     RsMain();
+    NdpMain();
     return 0;
 }
\ No newline at end of file