Git Product home page Git Product logo

telnet's People

Contributors

outdead avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

telnet's Issues

Error `write tcp 172.22.0.1:55036->172.22.0.2:8081: write: broken pipe` for multiple requests in one connection session

conn, err := Dial(addr, password)
if err != nil {
	panic(err)
}

// All is correct.
result, err := conn.Execute("help") 
if err != nil {
	panic(err)
}

// Wrong result - must be `*** ERROR: unknown command 'status'` but got previous result value.
result, err := conn.Execute("status") 
if err != nil { 
	panic(err)
}

// Got err `write tcp 172.22.0.1:55036->172.22.0.2:8081: write: broken pipe`.
result, err := conn.Execute("help") 
if err != nil { 
	panic(err) 
}

Add the ability to remove part of the constantly repeated data from the response

For each response 7 Days to Die server adds prefix with auth lines and info about server:

Please enter password:
Logon successful.



*** Connected with 7DTD server.
*** Server version: Alpha 18.4 (b4) Compatibility Version: Alpha 18.4
*** Dedicated server only build

Server IP:   127.0.0.1
Server port: 26900
Max players: 8
Game mode:   GameModeSurvival
World:       Navezgane
Game name:   My Game
Difficulty:  2

Press 'help' to get a list of all commands. Press 'exit' to end session.

2020-11-14T23:09:20 31220.643 INF Executing command 'help' by Telnet from 172.22.0.1:36522

It would be nice to be able to remove them from the response.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.