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:
158:3adf725c0804
Parent:
149:39d1ba392f4b
Child:
172:9bc3c7b2cca1
--- a/net.c	Sun Sep 01 18:14:13 2019 +0000
+++ b/net.c	Sat Sep 07 18:57:57 2019 +0000
@@ -174,6 +174,7 @@
     int lastRestartPoint = RestartPoint;
     RestartPoint = FAULT_POINT_NetMain;
      LinkMain();
+      TcpMain();
       Ar4Main();
       Ar6Main();
       Nr4Main();