reiver / go-telnet

Package telnet provides TELNET and TELNETS client and server implementations, for the Go programming language, in a style similar to the "net/http" library that is part of the Go standard library, including support for "middleware"; TELNETS is secure TELNET, with the TELNET protocol over a secured TLS (or SSL) connection.
https://godoc.org/github.com/reiver/go-telnet
MIT License
263 stars 83 forks source link

A bit of help #8

Open CollinViz opened 6 years ago

CollinViz commented 6 years ago

Hello,

Thanks for making this project.

Can you help give me an example of linking a external applications standard out to this server. I have a telnet server in CYGWIN and it is giving issue. I would like to hook up the existing application that to this server.

Thanks in advance.