Binary Network Article
-
I have search the CP site, and Google of course, but still haven't found what I am looking for. Can you guys give me some links to articles/pages with information on using C# to do Binary Network Streams with C# asyncronously with multiple clients? I am looking to make a program that sends different types of data back and forth between clients and server. I did get it to work with Remoting, but it gets slow with a bunch of clients. I would like to learn about binary streams anyway and this is a side project that doesn't need done right away. Also, I did get the binary network stream type of connection to work with one client, with only one send/recieve, but then it fails. I think I might just be using the wrong keywords in my searches, if you know any I should try, send them my way as well. Anyway, thanks for any and all help, and thank you for your time, I appriciate it.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
-
I have search the CP site, and Google of course, but still haven't found what I am looking for. Can you guys give me some links to articles/pages with information on using C# to do Binary Network Streams with C# asyncronously with multiple clients? I am looking to make a program that sends different types of data back and forth between clients and server. I did get it to work with Remoting, but it gets slow with a bunch of clients. I would like to learn about binary streams anyway and this is a side project that doesn't need done right away. Also, I did get the binary network stream type of connection to work with one client, with only one send/recieve, but then it fails. I think I might just be using the wrong keywords in my searches, if you know any I should try, send them my way as well. Anyway, thanks for any and all help, and thank you for your time, I appriciate it.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
System.Net.Sockets.NetworkStream? ;)
Mark Churchill Director, Dunn & Churchill Pty Ltd Free Download: Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.
Alpha release: Entanglar: Transparant multiplayer framework for .Net games.