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:
161:89609cf070b4
Parent:
159:3ebef2d02f7f
--- a/tcp/tcb.h	Sun Sep 29 18:51:58 2019 +0000
+++ b/tcp/tcb.h	Wed Mar 11 08:29:28 2020 +0000
@@ -40,5 +40,6 @@
 extern struct tcb* TcbGetNext    (struct tcb* pTcb);
 extern int         TcbGetId      (struct tcb* pTcb); //A unique identifier greater than 0. An id of zero means empty.
 extern void        TcbInit       (void);
+extern void        TcbSendAjax   (void);
 
 #endif
\ No newline at end of file