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:
113:904b40231907
Parent:
112:f8694d0b8858
Child:
115:5c003909bcf3
--- a/net.c	Mon Jan 21 16:58:28 2019 +0000
+++ b/net.c	Tue Jan 22 15:41:12 2019 +0000
@@ -13,7 +13,7 @@
 #include "slaac.h"
 #include   "ndp.h"
 #include   "ntp.h"
-#include "ntpclient.h"
+
 #include  "tftp.h"
 #include   "led.h"
 #include "fault.h"
@@ -127,7 +127,7 @@
          Nr4Init();
          Nr6Init();
        SlaacInit();
-   NtpClientInit();
+         NtpInit();
 }
 void NetMain()
 {