Results 1 to 2 of 2

Thread: communication between two computer on network by tcp

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Location
    delhi
    Posts
    45
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Exclamation communication between two computer on network by tcp

    hi all please tell how two computer will communicate on network by Tcp/Ip protocol.
    should i have to implement Qtcpserver class and QtcpSocket class as client. Is there is any need to implement QTcpserver.



    thanks with regards:
    gauravg

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: communication between two computer on network by tcp

    Quote Originally Posted by gauravg View Post
    hi all please tell how two computer will communicate on network by Tcp/Ip protocol.
    They will exchange streams of data according to a protocol you implement.

    should i have to implement Qtcpserver class and QtcpSocket class as client. Is there is any need to implement QTcpserver.
    As far as TCP is concerned, one host acts as a server and the other acts as a client.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Network Communication
    By katta_ashish in forum Qt Programming
    Replies: 3
    Last Post: 27th June 2011, 11:53
  2. D-Bus communication over the network
    By lotek in forum Qt Programming
    Replies: 3
    Last Post: 8th March 2011, 13:28
  3. Replies: 3
    Last Post: 8th December 2010, 11:45
  4. Network Communication Architecture
    By mhoover in forum Qt Programming
    Replies: 2
    Last Post: 30th May 2009, 03:49

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.