Results 1 to 2 of 2

Thread: [2005] How Sockets Work? Server/Client?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2008
    Posts
    1,754

    [2005] How Sockets Work? Server/Client?

    Hello, i have been searching google and MSDN i still do not understand how Sockets work. How do i make a program that is multiplayer? What's with the Server/Client? Do i need to make two different programs one server then a bunch client to give to each user? How do the sockets work? How do i set up sockets?

    Please provide examples. Of a simple multiuser application.... Or how sockets are referenced/used.

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: [2005] How Sockets Work? Server/Client?

    A socket is merely a defined IP address and port number which can then be used to transmit data with. The codebank forum here has a few examples of client/server apps. One of those can be found here: http://www.vbforums.com/showthread.php?t=390875

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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