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:
23:b641979389b2
Parent:
22:914b970356f0
Child:
29:39277bf2003d
--- a/net.cpp	Mon Jul 03 14:29:07 2017 +0000
+++ b/net.cpp	Tue Jul 04 15:03:23 2017 +0000
@@ -95,7 +95,7 @@
 {
     PhyMain();
      ArMain();
-    if (ClockTicked())
+    if (ClockTicked)
     {
        DhcpTick();
          ArTick();