https://github.com/cppio/web-telnet
Web Browser telnet that uses hterm and websockify
https://github.com/cppio/web-telnet
hterm telnet webapp websockify
Last synced: 3 months ago
JSON representation
Web Browser telnet that uses hterm and websockify
- Host: GitHub
- URL: https://github.com/cppio/web-telnet
- Owner: cppio
- License: mit
- Created: 2017-08-26T15:02:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T18:45:41.000Z (over 8 years ago)
- Last Synced: 2025-07-25T06:29:16.501Z (9 months ago)
- Topics: hterm, telnet, webapp, websockify
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-telnet
Simple telnet client that runs in a web browser. Requires hterm for the terminal emulator, and websockify as a backend to connect.
## Usage
`hterm_all.js` needs to be in the same folder as `index.html`.
Run `libapps/libdot/bin/concat.sh -i libapps/hterm/concat/hterm_all.concat -o hterm_all.js` to generate `hterm_all.js`.
To start the server, use `websockify/run --web=. 80 :23`.
The telnet daemon must be running at port 23.