Results 1 to 2 of 2

Thread: Any body who have a ping soure code using qt ?

  1. #1

    Default Any body who have a ping soure code using qt ?

    Hi, everybody.How to write a "icmp" protocol like ping application using QT?And i'd like to ping segment server ip address between 192.168.10.5 to 192.168.10.10.It contain 5 IP address, and i want to use QThread to prevent freeze the GUI thread.How can i do?Thanks!

    Sorry about my english! I'm to make many friend from different place.If possible,my MSN is longtrue@live.cn.Thanks.

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

    Default Re: Any body who have a ping soure code using qt ?

    Why do you want to reinvent the wheel? What is wrong with ping or nmap (maybe you could just build a frontend over them?)? Be aware that for crafting ICMP packages you'll need superuser priviledges otherwise. Even if you decide to do it using Qt only, you don't need threads as Qt's networking classes operate in non-blocking fashion.

Similar Threads

  1. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 21:41

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.