Wireless Communication
C++ Gurus
2
Posts
2
Posters
2.5k
Views
1
Watching
-
welcome to the forum
I assume you like to establish a TCP/IP connection using Qt. QTcpSocket and QTcpServer are working independent of the communication means you are using. I am using it on LAN and Wifi. I have no experience using a GSM or other mobile connection. My assumption would be that it will work when the connection is already established.