Skip to content

byhgj/telnetclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

telnet client

need socks: git://github.com/byhgj/socks.git

var telnet=require('telnetclient');

var client = new telnet.Client(HOST,PORT,{ proxy:{host:'x.x.x.x',port:1080,protocol:'socksv5',username:'xxx',password:'xxxx'}, connect:false }); client.on('data',function(socket,data){ //console.log(data); }); client.on('end',function(){ console.log('telnet client end.'); }); client.connect();


version 0.0.2

  • modify event 'input' to 'data'
  • add event 'end'

About

telnet client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors