Replies: 1 comment
-
Yes, it can give you a TTY console via a PTY bridge in the browser. Whether it is a good idea to use it for openWRT depends on a few constraints:
|
Beta Was this translation helpful? Give feedback.
-
Yes, it can give you a TTY console via a PTY bridge in the browser. Whether it is a good idea to use it for openWRT depends on a few constraints:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
So, OpenWRT is a linux version for your wifi internet router.
It currently has a web interface to do most things but since that's linux, a lot of the time you need to type in console commands.
Figuring out how to do that for regular people is of course very difficult and most just give up and buy another router that does the thing they need out of the box.
So, I think what OpenWRT really needs is a tty console terminal that you can run bash into and type commands that will execute on the router itself.
It needs to be -extremely- small, the entire operating system is less than 8 megabytes.
So, I'm curious to ask, is xterm.js a good fit for this purpose ?
Do people use xterm to type console commands into their linux computer from a browser ? Is that what it is for ?
Beta Was this translation helpful? Give feedback.
All reactions