|
-
Feb 16th, 2005, 11:54 AM
#1
Thread Starter
Lively Member
Check server port....
Hi, I would like my programme to check if a game server is running (online). The game uses a UDP port i would like to check. Any help great thanks
-
Feb 16th, 2005, 03:57 PM
#2
Re: Check server port....
Can't you just PING it to see if it is online?
-
Feb 16th, 2005, 04:56 PM
#3
Fanatic Member
Re: Check server port....
Ping would tell you if the server is online or not but not necessarily whether or not the game was running...I would try connecting to the specified port with winsock if there is the possibility of the game not running when the server is online.
-
Feb 16th, 2005, 06:26 PM
#4
Frenzied Member
Re: Check server port....
Find out how the server communicates with the client and let your program emulate some of this.
Look for how the game looks for servers, how the server advertises it's presence and how a client makes first contact with the server.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|