SocketAsyncEventArgs? - simple example

Go To StackoverFlow.com

3

As the progress of my XNA TopDown Shooter game continues, it's time to implement multiplayer functionality. Because the client and server will have to handle alot of data per second (60 packets per second with position, rotation and other player data) I have to make a stable and fast network system.

My question: What is the best option to create a very fast, high performance network connection between 1 server and multiple clients? If the answer is SocketAsyncEventArgs, do you know a simple, clean example somewhere on the internet of how to send and receive data using this advanced class? I can't seem to find a nice example that I understand.

Thanks for your time!

Bas

2012-04-05 19:32
by Basaa
Here is a Link - Anurag Ranjhan 2012-04-05 19:49
I have seen that one already, but I asked for a simple and clean example, not a super high tech example with all the classes etc ; - Basaa 2012-04-05 20:08


0

here's a blog about it

http://socketeering.blogspot.com/

couple youtube videos in the links

2013-05-30 00:23
by Daniel Scroggins
The link is now broken in 2016. Any idea if it moved somewhere - Tim 2016-09-22 21:47
Ads