Qt Network – QUdpSocket
Introduction: This article discusses how to communicate via UDP socket in Qt program. What is UDP? UDP (User Datagram Protocol) is a lightweight, unreliable, datagram-oriented, connectionless protocol. It can be…
Introduction: This article discusses how to communicate via UDP socket in Qt program. What is UDP? UDP (User Datagram Protocol) is a lightweight, unreliable, datagram-oriented, connectionless protocol. It can be…