Search Unity

Networking ebook?

Discussion in 'Multiplayer' started by ColossalDuck, Feb 10, 2010.

  1. ColossalDuck

    ColossalDuck

    Joined:
    Jun 6, 2009
    Posts:
    3,246
    Hi, I am looking for a good ebook on networking. Any suggestions?
     
  2. MikeHergaarden

    MikeHergaarden

    Joined:
    Mar 9, 2008
    Posts:
    1,027
  3. ColossalDuck

    ColossalDuck

    Joined:
    Jun 6, 2009
    Posts:
    3,246
    Thank you both. To Leepo, I have seen your wonderful networking tutorials and they are great :D . But I am trying to understand it not just inside of unity.

    To bilalamjad3. Thank you, I will look into this.
     
  4. ColossalDuck

    ColossalDuck

    Joined:
    Jun 6, 2009
    Posts:
    3,246
    I can't seem to find it on google, any link?
     
  5. Quietus2

    Quietus2

    Joined:
    Mar 28, 2008
    Posts:
    2,058
    http://en.wikipedia.org/wiki/Berkeley_sockets

    When you say 'networking' what you're really looking for is documentation on Berkeley sockets. Luckily for you, there's like 40 years worth of it! If you look at the bottom of the wikipedia entry on them, you will find a good number of links to get you started.
     
  6. ColossalDuck

    ColossalDuck

    Joined:
    Jun 6, 2009
    Posts:
    3,246
    :eek: So much information, so much time. Thanks :D .

    Time to spend tons of time on Berkely Sockets.