An open API service indexing awesome lists of open source software.

https://github.com/hanilr/netcom

TCP/UDP Communication GUI. Written in C++ with Qt
https://github.com/hanilr/netcom

cplusplus cpp gui qt qt6 qtcreator tcp tcp-client tcp-protocol tcp-server tcp-socket udp udp-protocol udp-socket

Last synced: about 2 months ago
JSON representation

TCP/UDP Communication GUI. Written in C++ with Qt

Awesome Lists containing this project

README

          

# netCom
UDP and TCP protocol GUI. Made for test the protocols and Qt knowledge.

![TCP](img/1.png)
![TCP Server](img/2.png)
![TCP Client](img/3.png)
![UDP](img/4.png)
![UDP Listen](img/5.png)
![UDP Send](img/6.png)