/NetTcp

🔌 Provide Tcp Server and Socket fully exposed to Qml.

Primary LanguageC++MIT LicenseMIT

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