Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.24 KB

Readme.md

File metadata and controls

37 lines (24 loc) · 1.24 KB

NetTcp

CI

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.

🚀 Overview

Checkout the documentation to learn how to use NetTcp:

📌 Dependencies

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.

dependencies

Authors