Swapnil Gupta
Swapnil Gupta

Reputation: 8941

MultiCasting using UDP in C++

I want to develop one client server App using Multicasting using UDP in c++ Any code snippet or ideas... Thanks in Advance.

Upvotes: 0

Views: 453

Answers (3)

Matthieu N.
Matthieu N.

Reputation:

Have you considered using ASIO? http://think-async.com/

Upvotes: 1

Donotalo
Donotalo

Reputation: 13035

Other possibility in my mind: Windsock.

Upvotes: 0

radman
radman

Reputation: 18605

You should check out Boost.Asio.

Upvotes: 1

Related Questions