BojanJurca / Esp32_oscilloscope

ESP32 oscilloscope - see the signals through Web browser the way ESP32 sees them
Creative Commons Zero v1.0 Universal
741 stars 84 forks source link

https Server #28

Closed nebula7219 closed 2 months ago

nebula7219 commented 3 months ago

Is it possible to integrate an https server so that I can use it as an iframe in an IoT project?

thanks ralph

BojanJurca commented 3 months ago

I'm sorry I don't understand your question.

If your question is if you can use https server instead of http, well, you can, but you will have to do the porting to another Web server yourself. Which https server did you have in mind? One that I like is: https://github.com/fhessel/esp32_https_server, it supports Websockets and multitasking. The performance will probably drop for ESP32 will also have to do the encryption.

BojanJurca commented 3 months ago

But if you only want to use some additional stuff beside Oscilloscope.html, then the answer is of course. Just FTP your files to /var/www/html directory. The complete project (HTTP, FTP and Telnet servers + Oscilloscope) is here: https://github.com/BojanJurca/Multitasking-Esp32-HTTP-FTP-Telnet-servers-for-Arduino .