Skip to content

silverstringer/qt-server-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt Server Client

Requirements

  • C++17 compiler support
  • Cmake
  • QT

Build

git clone https://github.com/silverstringer/qt-server-client.git

mkdir build && cd build

cmake .. && make -j4

Install

make install

Usage

Client send package by timer(timeout). Server recieve and parse package. Server has container, after parse package make task thread concurrency read and write to container and send result to client

License

About

Simple QT tcp server with client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published