PDA

View Full Version : QTCPServer application



mgonc61
21st July 2018, 16:08
Hi,

I need to create a QT server application in which the server can receive asynchronous request from clients and also initiate unsolicited request to clients. (The Server can request status from a client at anytime). Is this possible? Any example code to reference?

Thanks in advance

d_stranz
21st July 2018, 20:16
Maybe this (http://lmgtfy.com/?q=qtcpserver+example) will help.

Pereubu2018
23rd July 2018, 16:25
There is a good explanation of what are looking for in the book https://www.apress.com/us/book/9781590598313. You might find a way to download it somewhere else.