Relative Content

Tag Archive for c++windowsqtqmlqt6

Network Speed Test in Qt/Qml

I need to check network speed for every 5 second interval while my application is running. I have explored multiple Qt API’s but didn’t find anything relevant. The most common suggested thing is performing download/upload of file by making use of QNetworkAccessManager and QNetworkReply.This approach will internally consume bandwidth and impact the network speed.