Skip to content

A toy example using C++14, Qt 5 and hitting supplied URLs to echo data back

License

Notifications You must be signed in to change notification settings

cryos/qnetworktoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy C++/Qt Network Client

Intended to get familiar with newer syntax, offer a simple test client where the type can be specified. Very fragile, and probably not useful to you...

Building

This project uses CMake 3.1+ and Qt 5 along with C++14. The simplest way to clone and build the project if you have the requirements is:

git clone git://github.com/cryos/qnetworktoy
cd qnetworktoy
cmake -S . -B build
cmake --build build

Using

You can run the binary from the source tree location above:

./build/qnetworktoy

About

A toy example using C++14, Qt 5 and hitting supplied URLs to echo data back

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published