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

Committer:
andrewboyson
Date:
Wed May 15 15:33:15 2019 +0000
Revision:
146:0fc66d610fd6
Parent:
145:206bf0d073c7
Child:
155:22f249751106
Tidied the http shim

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 79:f50e02fb5c94 1 #include <stdint.h>
andrewboyson 145:206bf0d073c7 2 #include <stdbool.h>
andrewboyson 54:84ef2b29cf7e 3
andrewboyson 146:0fc66d610fd6 4 extern void TcpBufStart (uint32_t position, int mss, char *pData);
andrewboyson 146:0fc66d610fd6 5 extern void TcpBufAddChar(char c);
andrewboyson 146:0fc66d610fd6 6 extern int TcpBufLength (void);
andrewboyson 146:0fc66d610fd6 7 extern bool TcpBufFilled (void);