- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello ,
I need my mobile to scan some wifi Access points and feedback me with the signal strengths of each one base on MAC address.
i saw tutorials of adding third part plugins and some of core plugins functions tutorials :
https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app
https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-camera-short-code-example
https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-device-short-code-example
https://software.intel.com/en-us/xdk/docs/adding-google-play-services-to-your-cordova-application
but i don't know how to write a program with my needed specs in intel.html like what happened in previous tutorials
here are some of plugins that i found but i don't know how to use them or in which language should be written or how to get the reference of writting commands ?
https://github.com/hoerresb/WifiWizard
https://github.com/hsccorp/cordova-wifiinfo-plugin
Thanks in advance
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Amr -- take a look at the "hello cordova" sample app to see how it is accessing plugin APIs. All Cordova plugins publish a JavaScript API, which should be documented on that plugin's git repo (or pointed to by the repo). The hello cordova app is using some of the "core" Cordova plugins, but all Cordova plugins use similar techniques.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page