Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Whats the best way to use the ICMP packages to monitoring network
Forum Updated to NodeBB v4.3 + New Features

Whats the best way to use the ICMP packages to monitoring network

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 466 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • JulianJ Offline
    JulianJ Offline
    Julian
    wrote on last edited by
    #1

    Hello comunity.

    I try to do a software which sense host response, latency, jitter and package lost. For that I used ICMP packages but the way I found to use it is:

     state=system(QString::string.toUtf8());
    

    where string = "ping" + hostIP

    The problem here is that the system call make a console windows open for every ping. How can I make the ping without the software open console? I think that the same problem I'd have if I use QProcess because I have to call cmd and then pass the argument ping+hostip

    Can I use Raw socket on Qt?

    Thanks all in advance.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      No, you won't have that problem with Process.

      You can use whatever C++ libraries you want with Qt.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved