Results 1 to 7 of 7

Thread: QT chatting software

  1. #1
    Join Date
    Apr 2009
    Location
    China
    Posts
    127
    Thanks
    30
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question QT chatting software

    Hello 2 all:
    I want to write a chatting software using QT4.5, and it can handle chattings in the LAN.
    I wonder what QT classes I have to read.

    any idea appreciated!!
    thanks!!

  2. #2
    Join Date
    May 2009
    Location
    Germany
    Posts
    11
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT chatting software

    Do you know the "Network Chat Example" of Qt?

  3. #3
    Join Date
    Apr 2009
    Location
    China
    Posts
    127
    Thanks
    30
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT chatting software

    Thanks! I am reading the examples.
    But it is uging UDP while I want to use TCP. What's more, I want the application allow some users to talk privately.

  4. #4
    Join Date
    May 2009
    Location
    Germany
    Posts
    11
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT chatting software

    You said you want to write a software
    It shouldn't be hard to change to tcp and insert a privacy function.

  5. #5
    Join Date
    May 2009
    Posts
    38
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QT chatting software

    I think "private talk" has nothing to do with what protocal you use

    most of chatting are using udp

  6. #6
    Join Date
    Apr 2009
    Location
    China
    Posts
    127
    Thanks
    30
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT chatting software

    Yes, as I know, if too many computers join the chatting, the Server UI would freeze. It is recomended that we use multithread at the server. But I have no knowledge of MultiThread.
    Furthermore, I want the user can transfern files at the same time. Will TCP work fine with this??
    Thanks!!

  7. #7
    Join Date
    Apr 2009
    Location
    China
    Posts
    127
    Thanks
    30
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT chatting software

    uh, yeah, private talk has nothing to do with the protocal.
    if I want to add a function that user can senf file to each other, which protocal do you suggest??
    Thanks!!

Similar Threads

  1. Replies: 1
    Last Post: 30th July 2008, 23:39

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.