Skip to content

tort-dla-psa/cli_srv_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli_srv_example

simple example of client-server using QT and CMAKE

prerequisites

  • CMake 3.15 or something
  • CLang 9.0.0 or G++ 8.0

building

  mkdir build
  cd build
  cmake ..
  make -j3

running

for server:

./server_exec

for client:

./client [ip] [port]

About

simple example of client-server using QT and CMAKE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages