diff options
author | srimaldia <hariasti.srimaldia-1@jp.alps.com> | 2016-12-09 19:58:35 +0900 |
---|---|---|
committer | srimaldia <hariasti.srimaldia-1@jp.alps.com> | 2016-12-09 19:58:35 +0900 |
commit | 3c299579ce714726b268f8f345bd5981426942d5 (patch) | |
tree | 5a137a6b3a1b41a3b809e27dfbe40da091e0ea26 /README.txt | |
parent | fb7d55151950ddd391e33afefb5297ad562f1b0d (diff) |
add standalone BT app
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
Diffstat (limited to 'README.txt')
-rwxr-xr-x | README.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100755 index 0000000..d0341a7 --- /dev/null +++ b/README.txt @@ -0,0 +1,35 @@ +##Wifi Manager
+This folder include BT manager binding and GUI.
+
+##Function
+- Power on/off
+- Scan start/stop
+- Pair
+- Connect (After pairing, support incoming connect as well)
+- Disconnect
+- Remove
+
+##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
+
|