How to send and receive data through local WiFi using tcpsocket or websocket
Unsolved
QtWebEngine
-
I am using qt 5.14 Windows,through WiFi, i want send data to another laptop in that also qt 5.14, i need to know how to send data over WiFi, both laptops are connected to same WiFi.. Now how to initialize sockets, how to send and how to receive, i don't have any idea.. Please any one guide me...
-
@bhanupro
Your two computers will be connected to the network over TCP/IP. QNetworkAccessManager Class can be used to send requests and receive replies. Or you can use QTcpSocket Class directly There are code demos of both in the documentation.