PDA

View Full Version : Qt Simple Networking



djoa87
4th May 2012, 17:01
I want to make a data handling application over a simple network using qt.

The network consists of 3 computers (lets just call them A, B, and C) and they are networked together over a switch and on a local network where A and B are feeding data to C.

Any pointers or references to material that wil point me in the right direction are very much appreciated.

Thanks

Lykurg
4th May 2012, 19:42
see the Fortune Server Example and the Fortune Client Example at the documentation.