c# - How to connect a Chat Client to a game server? -


i want create "chat client" can connect game server..

my problem dont know how start, i've read several tutorials socket programming / chat client / server client / etc. can't find way implement on game server.

the server want connect battle.net server "warcraft iii".

i've know ip adress of server dont know how able access game server. ip address of server serves webserver "acts forum" , gameserver "of course game itself".

to summarize problem: want create own "topaz chat" using c# dont have idea how it?

any idea? guys keyword enough, try best find tutorial it. know hard answer question because failed provide code t_t

first things first, need find out protocol chat uses. try find answers these questions:

  • do need raw sockets?
  • is protocol know protocol, such irc?
  • what chat's commands , how processed?

when find these answers, you'll half way there.


Comments