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:
Tue May 14 15:09:39 2019 +0000
Revision:
145:206bf0d073c7
Parent:
144:6bd5c54efc7d
Child:
146:0fc66d610fd6
Added a shim module between the web server and TCP to switch between http (direct) and https (tls).

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 61:aad055f1b0d1 1 #include <stdbool.h>
andrewboyson 61:aad055f1b0d1 2
andrewboyson 54:84ef2b29cf7e 3 bool HttpTrace = false;
andrewboyson 145:206bf0d073c7 4 bool HttpsTrace = false;