Greetings everybody,
I would like to ask you which C++ libraries you use for ethernet communication?
In web I found several;
Is there another and easy? By the way, which one of these three libraries are easier to use :) .
Thanks in advance
Greetings everybody,
I would like to ask you which C++ libraries you use for ethernet communication?
In web I found several;
Is there another and easy? By the way, which one of these three libraries are easier to use :) .
Thanks in advance
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.
Thank you guys for your answers
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.