Is there a QT app to display network strength?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there a QT app to display network strength?

Jump to solution
787 Views
sujay1
Contributor V

I am using yocto BSP with qt5.9.

I need an app that can display the network strength.

In Android we get this on the top left denoted by 4 lines (number of lines depend on signal strength).

is there any app we can run for the similar effect on yocto?

0 Kudos
1 Solution
655 Views
karangajjar
Senior Contributor II

Hi Sujay S,

There is no particular example for showing the signal strength in qt5 imx image. However you can have a look at examples under qt5/examples/network

Also, you can build one simple application to check out the signal strength and cross compile for imx platform.

Please follow below document for more information:

Enable QT developement for i.MX6UL 

Building QT for i.MX6 

Regards,

Karan Gajjar

View solution in original post

2 Replies
655 Views
b36401
NXP Employee
NXP Employee

We have no such utility.
However you can write simple QT application to run iperf (commandline network benchmark).

656 Views
karangajjar
Senior Contributor II

Hi Sujay S,

There is no particular example for showing the signal strength in qt5 imx image. However you can have a look at examples under qt5/examples/network

Also, you can build one simple application to check out the signal strength and cross compile for imx platform.

Please follow below document for more information:

Enable QT developement for i.MX6UL 

Building QT for i.MX6 

Regards,

Karan Gajjar