Languages

Menu
Sites
Language
웹에서 WIFI 정보에 액세스하는 방법

난 내가 웹 응용 프로그램에서 무선 랜 정보를 얻을 수있는 방법 knwo해야합니다. 나는 기본적으로 또는 오프 상태 와이파이입니다 알 필요가 응용 프로그램을 개발하고, 신호 strenght는 얼마 등

이 웹 응용 프로그램에서 가능하다? 또는 내가 그것을 얻기 위해 하이브리드 앱이 필요?

솔루션을주지하시기 바랍니다.

어떤 도움을 이해할 수있을 것이다.

View Selected Answer

Responses

1 Replies
Mark as answer
Iqbal Hossain

Hi, 
You can use 

wifiData.signalStrength // provide the signal strength
wifiData.status // return ON or OFF to get the wifi status

for your purposes. 

You can see this sample app 

https://developer.tizen.org/development/sample/web/Communication/WiFi_Info

and you should check this file. 

https://developer.tizen.org/development/sample/web/Communication/WiFi_Info/js/app.js

If you find my post helpful, please mark as best answer.