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:
85:cd9fdd6ab7e3
Parent:
84:e453577f2e92
Child:
93:580fc113d9e9
--- a/net.c	Sat Nov 17 18:42:46 2018 +0000
+++ b/net.c	Sat Nov 17 18:50:48 2018 +0000
@@ -128,15 +128,9 @@
 }
 void NetMain()
 {
-    Led1Set(true);
-    Led2Set(true);
-    Led3Set(true);
     LinkMain();
-    Led3Set(false);
      TcbMain();
-    Led2Set(false);
      Ar4Main();
-    Led1Set(false);   
      Ar6Main();
      Nr4Main();
      Nr6Main();