I am trying to learn Raknet with C# and I found it extremely confusing.
The Raknet tutorial seems to work well in C++. I have already made the chat server from the tutorial.
I am looking to do something similar in C# but I'm having trouble.
- It seems that I need to compile Raknet using SWIG to have an interface to C#?
- I found a project called raknetdotnet but it seems to be abandoned...http://code.google.com/p/raknetdotnet/
So my main question is what is the best way to use Raknet from C#?
The following information would also be very helpful:
- A good tutorial for Raknet and C# together
- Sample C# code for Raknet
I've done a lot of research but I'm still stuck.
Maybe Raknet isn't what I need after all? Comments with more C#-centric alternatives would also be appreciated.