PDA

View Full Version : Qt Tcp/ip communication between GUI and 3d model of a robotic arm using c++



karthik2329
31st May 2016, 11:31
Hallo,

I am new to qt programming. can you please guide me how to establish communication between GUI and 3d model of a robotic arm.

anda_skoa
31st May 2016, 11:53
Is your program the TCP server or the other program?

In case your program is accepting incoming TCP connections, look at QTcpServer.
In case your program is the one initiating the TCP connection, loot at QTcpSocket.

Cheers,
_