NetTcp provide a Tcp Server
that create Tcp Socket
for each incoming connections for server side.
A Socket
can also be used on client side to connect to a remote server.
Checkout the documentation to learn how to use NetTcp:
- Learn how to create a Client and a Server.
- Checkout Examples.
- Use the library with QML.
- Build the library.
NetTcp relies on:
- Multiple libraries from the Qt framework.
- Qt::Core
- Qt::Network
- Qt::Qml
- QOlm to present the Server as a list of Socket.
- spdlog to provide customizable log sink.