(C++) Asio
August 17, 2019 · View on GitHub
The Asio is a cross-platform library for networking and part of Boost.
Asio can be installed from the Ubuntu Software Center.
Note for Qt Creator users
Add the following line to your project file (to prevent the link error undefined reference to 'boost::system::get_system_category()'):
LIBS += -lboost_system
External links