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?
解決済! 解決策の投稿を見る。
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
Regards,
Karan Gajjar
We have no such utility.
However you can write simple QT application to run iperf (commandline network benchmark).
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
Regards,
Karan Gajjar