Member Avatar for m.a.u.

Greetings everybody,

I would like to ask you which C++ libraries you use for ethernet communication?

In web I found several;

boost.asio

Nut/OS

Sockets

Is there another and easy? By the way, which one of these three libraries are easier to use :) .

Thanks in advance

Recommended Answers

All 3 Replies

boost will be the most portable between MS-Windows, *nix and MAC. I'm not familar with the other two.

Definitely, you need to go for Boost.Asio. It might seem a bit weird to use at first, but just follow the examples / tutorials, and you'll get the hang of it.

Member Avatar for m.a.u.

Thank you guys for your answers

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.