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. is there a way we can check the data speed in Ethernet

is there a way we can check the data speed in Ethernet

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 591 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.
  • ManiRonM Offline
    ManiRonM Offline
    ManiRon
    wrote on last edited by ManiRon
    #1

    Actually i am looking to work on a project in which i will send data and recieve through ethernet . But my doubt is , whether is there a way that we can detect the speed at which the data received through ethernet , as my main aim was to transmit and receive data at 100Mbs speed . Now i want to validate the speed of data received through ethernet whether is it possible in QT ?

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      It is possible to find the speed. No Qt classes to help you in this task. You can use some openSource libraries or classes do the same.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      0
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        Yes. Measure how much data you get in a given amount of time :-)

        So, each time you get a new packet or datagram, summarise its size, then periodically (once per second) calculate the speed. It's also good to add another step - calculate an average of last 3-5 measurements to get more "stable" results.

        Now, regarding that 100 Mbps - to reach such speed you need to make sure your infrastructure supports it (preferably 1 Gbps Ethernet connection).

        (Z(:^

        1 Reply Last reply
        2

        • Login

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