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:
63:9d67a5eaa93c
Parent:
61:aad055f1b0d1
Child:
98:b977424ec7f7
--- a/link/link.h	Tue Jan 16 17:35:16 2018 +0000
+++ b/link/link.h	Tue Jan 16 22:03:16 2018 +0000
@@ -1,6 +1,11 @@
 #include <stdbool.h>
 
 extern bool LinkTrace;
+
+extern bool LinkPhyLink;
+extern bool LinkPhySpeed;
+extern bool LinkActivity;
+
 extern void LinkMain(void);
 extern void LinkInit(void);