qtcpserver Questions
2
Solved
I am looking to create a QTcpServer using PyQt that can simultaneously return data to 2 or more clients. I assume that this will require threading.
Using the threadedfortuneserver.py example as a ...
Untidy asked 20/2, 2012 at 2:32
1
Solved
I have created a sslclient and sslserver using QSslSocket in Qt 5.4.1 in debian wheezy. When I run the program they dont work at all. After debuging my code I saw when it try to create a new object...
Rabies asked 27/5, 2015 at 5:14
2
Solved
My computer's IP on the local network is 192.168.0.100, I start my QTcpServer with
if (!tcpServer->listen(QHostAddress::LocalHost, 1234)) {
When I try to connect to it with netcat 192.168.0.1...
Scandinavian asked 4/11, 2013 at 16:8
2
Is there any simple way to send a file to server with the filename included so that the filename in server and client are exactly the same?
Here is my code
Sender
QString path = QApplication::ap...
Tipcat asked 10/12, 2012 at 12:9
2
Solved
I am interested in how QTcpServer works behind the scenes regarding threads and blocking. QTcpServer has a listen() method which returns immediately. If listening started successfully the server wi...
Erlond asked 26/7, 2012 at 8:28
1
Solved
I'm using Qt to create TCP server using QTcpServer. Every time a client connects to server, I would like to know the remote host's IP address and port number. I tried searching documentation but co...
Pewter asked 9/2, 2012 at 0:58
1
© 2022 - 2024 — McMap. All rights reserved.