PDA

View Full Version : LAN Peer-Peer Chating



moh.gup@gmail.com
11th March 2010, 13:31
Hi
I want to make Lan peer-peer chat appliaction.

I tried Network chat application.But its boardcast messages .
Can Anybody have any idea about it?

Please help

yogeshgokul
11th March 2010, 14:04
Hi
I want to make Lan peer-peer chat appliaction.

I tried Network chat application.But its boardcast messages .
Can Anybody have any idea about it?

Please help

This application could be very well created using the TCP/IP functionality of Qt. Have a look at Qt's Network module. Specially QNetworkAccessManager, QTCPSocket, QTCPServer. You need to have business logic of the project and Qt will be cool to imoplement that.