Added minimal UDP client and server examples

This commit is contained in:
Tuomas Järvinen
2024-07-04 13:51:19 +03:00
parent f4027094f1
commit aae3e87116
6 changed files with 136 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
QT = core network
CONFIG += c++17 cmdline
SOURCES += \
main.cpp