Software Archive
Read-only legacy content
17061 Discussions

Help with third party plugins

Amr_S_
Beginner
296 Views

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 

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
296 Views

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.

0 Kudos
Reply