This is a working example for the depreciated string based API mbed server socket function. Solid on LPC1768. I have included a 32k favicon file for web page stability. Multiple simultaneous connections are no issue here.

Dependencies:   NTPclient

Committer:
star297
Date:
Sat Jun 13 13:24:10 2020 +0000
Revision:
1:b7b5017e8d01
Parent:
0:8e3c163d3dbb
tidy .json

Who changed what in which revision?

UserRevisionLine numberNew contents of line
star297 0:8e3c163d3dbb 1 {
star297 0:8e3c163d3dbb 2 "config": {
star297 0:8e3c163d3dbb 3 "main-stack-size": {
star297 0:8e3c163d3dbb 4 "value": 8192
star297 0:8e3c163d3dbb 5 }
star297 0:8e3c163d3dbb 6 },
star297 0:8e3c163d3dbb 7
star297 0:8e3c163d3dbb 8 "target_overrides": {
star297 0:8e3c163d3dbb 9 "*": {
star297 0:8e3c163d3dbb 10 "platform.stdio-baud-rate": 115200,
star297 1:b7b5017e8d01 11 "platform.stdio-convert-newlines": true
star297 0:8e3c163d3dbb 12 }
star297 0:8e3c163d3dbb 13 }
star297 0:8e3c163d3dbb 14 }