A simple TCP/UDP socket test interface built with QT5.
Usage
Users can select among TCP server, TCP client, and UDP modes in this program.
TCP Server
In TCP sever mode, this program listens to the port specified by the user through TCP sockets.
TCP Client
In TCP client mode, this program connects to the IP address specified by the user throught TCP sockets.
UDP
In UDP mode, this program listens to the port specified by the user through UDP sockets.