Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telnet server demo (for your Go telnet lib) #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mahan
Copy link

@mahan mahan commented Jun 6, 2013

Hi there,

I've written a server demo for your Golang telnet library.

I think it might provide a good additional starting point for your presumptive users if they want to understand quickly and get up and running fast.

Feel free to pull in my changes if you like them.

Best regards,
/MattiasH

@ziutek
Copy link
Owner

ziutek commented Jun 7, 2013

Hmm... This package is designed for write telnet clients. Telnet protocol is symmetrical but real telnet server should actively negotiate some parameters for session. Your example code may suggest that this package can be used to write real servers, but really it work like client connected with other client. This can be misleading.

@ziutek ziutek force-pushed the master branch 2 times, most recently from 044e4df to 1b219d6 Compare March 29, 2018 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants