Best way to start in C# and Raknet?

Posted by cad on Game Development See other posts from Game Development or by cad
Published on 2012-06-06T22:23:40Z Indexed on 2012/06/06 22:48 UTC
Read the original article Hit count: 723

Filed under:
|

I am trying to learn Raknet from C# and I found it extremely confusing.

Raknet tutorial seems to work easy and nice in C++. I have already make some chat server code from tutorial.

But I am looking to do something similar in C# and I find a mess. - Seems that I need to compile raknet using SWIG to have like an interface? - Also I have found a project called raknetdotnet but seems abandoned..(http://code.google.com/p/raknetdotnet/)

So my main question is what is the best way to code in C# using raknet?

As secondary questions:

  • Anyone can recomend me good tutorial in raknet AND c#?
  • Is there any sample C# code that I can download?

I have readed lot of pages but I didn't get anything clear so I hope someone that has lived this before can help me. Thanks

PD: Maybe raknet is obsolete (I find a lot of code and posts from 2007) and there is a better tool to achieve what I want. (I am interested in making a game with a dedicated server.)

© Game Development or respective owner

Related posts about c#

Related posts about networking