PDA

View Full Version : Need suggestion regarding TCP/IP and Ethernet



sudheer168
25th April 2009, 12:05
Hi,
I have an app that is an interface to an electronic system and the connection between the system and my app is through LAN(Ethernet) using TCP/IP style and trough a network.
Actually I am new to this QT.I am working on QT4 windows XP. My problem is how to communicate on LAN using TCP/IP. I am not able initiate this. I want to know that whether is there any class in QT to do this or I have to write any special low level class to access the eternet and TCP/IP to communicate.Please if possible post any sample code link regarding this problem.
Please suggest me how to initiate and proceed.

Thanks for your valuable suggestions in advance.

With Regards
Sudheer

faldzip
25th April 2009, 13:22
Take a look at QTcpSocket. You can use Qt Assistant, and Qt Examples & Demos to find any examples and documentation about QtNetwork module.

sudheer168
27th April 2009, 08:07
Thanks for your reply.

With regards,
sudheer.