Skip to content

kunle12/WebTelnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebTelnet: a web-based telnet client using websocket

Introduction

This code is a 'cleaned up' version of telnet client derived from VTX_ClientServer. The changes are minimal and the client is preconfigured to connect to a local PyRIDE system with the support of websockify. Credits all go to codewar65.

Setup

  • Ensure the backend telnet service is running (assuming a PyRIDE system is running).
  • Install and run up websockify.
pip install websockify
websockify -D 7003 localhost 27005
  • Point a browser to index.html under WebTelnet directory.

About

WebTelnet: a web-based telnet client using websocket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published