aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorsrimaldia <hariasti.srimaldia-1@jp.alps.com>2016-12-09 20:05:35 +0900
committersrimaldia <hariasti.srimaldia-1@jp.alps.com>2016-12-13 15:15:33 +0900
commit311d8f14ceec5b57066228f7ada4483cc4598c80 (patch)
treefde557a29d03e8e1b221f465de14b787f42daf0e /README.txt
parent8751c24a726afeb0d65e9aeb031fe7c9240cb5b4 (diff)
add standalone wifi app
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100755
index 0000000..8565b5a
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,34 @@
+##Wifi Manager
+This folder include wifi manager binding and GUI.
+Only support Station mode.
+
+##Function
+- Wifi ON and OFF
+- Wifi scan and display result
+- Connect to open and secured AccessPoint
+- Disconnect connection
+
+##Guidance for building Wi-Fi manager Binding
+A. Prepare sdk environment
+ - bitbake below:
+ $ bitbake agl-demo-platform-crosssdk
+ - install sdk
+ $ build/tmp/deploy/sdk/poky-agl-glibc*.sh
+B. Build
+ - Go to folder where WiFi Bindings source code exists
+ - run below command for setup and make
+ $ . /opt/poky-agl/xxx/environment-setup-cortexa15hf-vfp-neon-poky-linux-gnueabi
+ $ mkdir build
+ $ cmake ..
+ $ make
+ <widget wll be generated>
+C. Running app
+ - copy widget to porter board
+ - do install and start the app
+ # afm-util install *.wgt
+ # afm-util start <apps's name>@0.1
+
+##TODO
+- ADD token security
+- ADD event receive
+