C# UDP Client Server Library... What can I use?

Started by
1 comment, last by Dan Violet Sagmiller 11 years, 2 months ago

A while back, I had used an existing open source C# UDP Client Server library that was fairly clean. The problem is that I can't recall the name of it.

Essentially, I'd like a UDP Client/Server Library that is fairly light weight, and with sending priorities for the messages.

In my project, some messages have to act like TCP, with guaranteed arrival and some are "would be nice to know" messages. I don't want to re-invent the UDP wheel to do this. I know it doesn't take a lot, but less chance for bugs with a tried/true open source option.

Thanks.

Moltar - "Do you even know how to use that?"

Space Ghost - “Moltar, I have a giant brain that is able to reduce any complex machine into a simple yes or no answer."

Dan - "Best Description of AI ever."

Advertisement
Have you tried looking at lidgren?

It is an open library originally designed to work for xna (I think.) But is usable with any c# program

It can be found here: http://code.google.com/p/lidgren-network-gen3/

Hope it's useful

LIDGREN!!!! that was it! thanks!

Moltar - "Do you even know how to use that?"

Space Ghost - “Moltar, I have a giant brain that is able to reduce any complex machine into a simple yes or no answer."

Dan - "Best Description of AI ever."

This topic is closed to new replies.

Advertisement