0.0.8 • Published 8 years ago

runtime-telnet-client v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

WARNING: This is deprecated

runtime-telnet-client

Telnet client for runtimejs

Install:

npm install -g runtime-telnet-client
# OR
sudo npm install -g runtime-telnet-client

Usage:

Start it like:

runtime-telnet

OR

runtime-telnet 192.168.1.7
runtime-telnet 192.168.1.6
runtime-telnet your.host.ip.here

to listen to a remote IP.

Listens on port 9000, the port the server listens on. Server (runtime-telnet-server) is recommended (otherwise this is useless). NOTE: It does not currently support runtime's readLine function. It just passes 'foo' when requested for readLine.