
GitHub - Jchountas/ESP32-web-shell: This project is an aproach in the development of an ESP32 web shell. It acts as a way to the microcontroller with a UNIX like experience, hence most of the experience will seem familiar to a lot of users.
Hello! I would like to share my recent project for my master's dissertation, where I made a working esp32 web shell.
I tried to emulate basic linux commands and functionalities. You can use both serial and web shell to use the system.
The system features the following:
-embedded file system with no SD card requirement as it uses LittleFS
-FreeRTOS FIFO scheduling
-JavaScript system language and scripting through duktape
-Web-shell interactive UI which is customizable
I tried to keep the code as organized and as clean as possible for the best possible user customization.
I'd love for anyone to try it and have feedback. I won't work on it for much longer but I wanted to share it.
u/I_save_in_jpeg — 10 days ago