Jump to content

Telnet

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Chambered

Chambered

    Newbie

  • Members
  • PipPip
  • 11 posts
There is sparse information on working with telnet in Vb.net. I guess it's just getting too old.
But, I don't think I have much choice for this project. I'm trying to connect to telnet in a game that I've have running locally. I can manage to make the connection, and receive the first set of data from it, but I can't figure out how to send commands and display a continuing stream of data.

I've used
Simple Telnet 100% .net code by Rimsey
as a base for what I'm working on building up from.
Any help on how I can get data flowing properly back and forth would be great, thanks!

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,722 posts
If you could send some code samples, I'd be happy to help. I think I might know what your problem might be, but I can't be sure unless I see what classes and stuff you're using.

#3
Chambered

Chambered

    Newbie

  • Members
  • PipPip
  • 11 posts
Well, thanks, but a friend helped me out and gave me a base to work off of. Turns out he had been working on something very similar!

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Would you mind uploading your solution please? For others to see too?
Thanks