ayushsharma82 / WebSerial

A remote terminal library for wireless microcontrollers to log, monitor or debug your firmware/product
https://webserial.pro
GNU Affero General Public License v3.0
461 stars 107 forks source link

Support a custom server page, w/o the need for Vue framework #70

Closed tinkering4fun closed 2 weeks ago

tinkering4fun commented 5 months ago

Thanks for providing WebSerial. It is a beautiful abstraction layer for Websocket based communication. My current use case is a remote console for editing ESP device configuration parameters over the network. As others already mentioned in issues #56 and #58, I also felt a need for some small UI changes. Unfortunately I have no glue about how to change the Vue framework solution in WebSerials /ui source files. So I strived for a solution with just a few lines of Javascript ... Eventually I added the necessary parameters for WebSerial.begin() and provided an example for a remote console. I guess it is not as robust as the original Vue framework solution, but may be acceptable for hobbyists like me.

My proposal may be found in fork https://github.com/tinkering4fun/WebSerial-Custom-HTML

Best regards Werner

Screenshot Console

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 weeks ago

This issue was closed because it has been stalled for 5 days with no activity.