You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
html file or message is > 4500 bytes
server.send buffer truncates at > 4096
String message="";
message+=("html content is over 4500 bytes");
server.send(200, "text/html", message);
Add examples WiFiWebServer_BigData to demo how to send much larger data than total 4K
Optimize code
Clean up
Debug Terminal
The following is debug terminal output when running example WiFiWebServer_BigData on NANO_RP2040_CONNECT board, using this WiFiNINA_Generic Library, to demo how to send much larger data than total 4K
Start WiFiWebServer_BigData on NANO_RP2040_CONNECT
WiFiNINA_Generic v1.8.15-0
WiFiWebServer v1.10.0
Attempting to connect to SSID: HueNet
Attempting to connect to SSID: HueNet
SSID: HueNet
IP Address: 192.168.2.117
Signal strength (RSSI):-24 dBm
String Len = 27609
String Len = 27609
The text was updated successfully, but these errors were encountered:
Created by @jlemieux55 as server.send buffer size limited to 4k #23
Closed via WiFiNINA_Generic v1.8.15-0 which permits sending much larger data than total 4K.
Releases v1.8.15-0
Debug Terminal
The following is debug terminal output when running example WiFiWebServer_BigData on
NANO_RP2040_CONNECT
board, using this WiFiNINA_Generic Library, to demo how to send much larger data than total 4KThe text was updated successfully, but these errors were encountered: