Skip to content

OlivierLDff/NetTcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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