Results 1 to 4 of 4

Thread: Check server port....

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2005
    Posts
    107

    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

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Check server port....

    Can't you just PING it to see if it is online?

  3. #3
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    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.

  4. #4
    Frenzied Member
    Join Date
    Oct 2003
    Posts
    1,301

    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
  •  



Click Here to Expand Forum to Full Width