Skip to content

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

Open
mahan wants to merge 1 commit intoziutek:masterfrom
mahan:master
Open

Telnet server demo (for your Go telnet lib)#1
mahan wants to merge 1 commit intoziutek:masterfrom
mahan:master

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