So i am looking to make a simple mud server in VB .net. mostly because i have a good background in VB (thought it has been a few years as i don't code professionally) and express edition is free :) For my own personal enjoyment and learning.
Iv got some tutorials on simple socket usage and im currently moving through them. But these are based around a specific client/server structure like a simple chat program. Not specific to telnet.
I want the server to be accessed by telnet. What i cant find is an overview of how telnet sends and receives information, and how to interpret said info. What i have gleaned is that its not simply ascii being sent is it? Any info you have about the basics of telnet functionality would be helpful reading. Or even how to write a vb.net telnet client, as i might be able to reverse the concepts. Hopefully i am making sense. :)
Thanks
Iv got some tutorials on simple socket usage and im currently moving through them. But these are based around a specific client/server structure like a simple chat program. Not specific to telnet.
I want the server to be accessed by telnet. What i cant find is an overview of how telnet sends and receives information, and how to interpret said info. What i have gleaned is that its not simply ascii being sent is it? Any info you have about the basics of telnet functionality would be helpful reading. Or even how to write a vb.net telnet client, as i might be able to reverse the concepts. Hopefully i am making sense. :)
Thanks