Is there a QT app to display network strength?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Is there a QT app to display network strength?

跳至解决方案
822 次查看
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?

标记 (3)
0 项奖励
1 解答
690 次查看
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

在原帖中查看解决方案

2 回复数
690 次查看
b36401
NXP Employee
NXP Employee

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

691 次查看
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