Is there a QT app to display network strength?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is there a QT app to display network strength?

ソリューションへジャンプ
823件の閲覧回数
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 解決策
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

元の投稿で解決策を見る

2 返答(返信)
691件の閲覧回数
b36401
NXP Employee
NXP Employee

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

692件の閲覧回数
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