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. ICMP package
Qt 6.11 is out! See what's new in the release blog

ICMP package

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 1.9k Views
  • 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, I have to test if hosts are up. There are a lot of host in the network so I good try is use ICMP, a simple ping.

    Is there a class to make a ping?. Because QTCPSocket, the TCP protocol is something difference because there is not a server or a client in all host.

    Best Regards!

    1 Reply Last reply
    0
    • T Offline
      T Offline
      TioRoy
      wrote on last edited by
      #2

      Send ICMP packets only with Qt classes is not possible.

      1 Reply Last reply
      3
      • JulianJ Offline
        JulianJ Offline
        Julian
        wrote on last edited by
        #3

        Thanks, TioRoy. So, what can I do? How can I do a system call for a request ping from the operative system?

        Regards.

        jsulmJ 1 Reply Last reply
        0
        • JulianJ Julian

          Thanks, TioRoy. So, what can I do? How can I do a system call for a request ping from the operative system?

          Regards.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Julian You can find something here: https://forum.qt.io/topic/66697/how-to-ping-an-ip-address-and-port-with-qt/4
          In general: this is highly platform/OS specific.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          4

          • Login

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