nuttx-apps/examples/webpanel
Tiago Medicci 1e19ceb347 examples/webpanel: Add a web panel application to configure NuttX
Initial development of the NuttX's Web Panel application. This is
a self-hosted web page application that enables retrieving system
info, provides a simple NSH terminal and enables uploading files.

Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>
2026-06-18 09:14:36 -03:00
..
content/www examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
.gitignore examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
cgi_files.c examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
cgi_renew.c examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
cgi_sysinfo.c examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
cgi_upload.c examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
CMakeLists.txt examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
Kconfig examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
Make.defs examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
Makefile examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
webpanel_main.c examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
ws_terminal.c examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00
ws_terminal.h examples/webpanel: Add a web panel application to configure NuttX 2026-06-18 09:14:36 -03:00