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:
98:b977424ec7f7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/link/jack.h	Thu Jan 03 17:23:38 2019 +0000
@@ -0,0 +1,4 @@
+#include <stdbool.h>
+
+extern void JackLeds(bool phyLink, bool phySpeed, bool activity);
+extern void JackInit(void);
\ No newline at end of file