kunle12 / WebTelnet

WebTelnet: a web-based telnet client using websocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 99.5%Language:HTML 0.5%