From 3c299579ce714726b268f8f345bd5981426942d5 Mon Sep 17 00:00:00 2001 From: srimaldia Date: Fri, 9 Dec 2016 19:58:35 +0900 Subject: add standalone BT app Signed-off-by: srimaldia --- README.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 README.txt (limited to 'README.txt') 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 + +C. Running app + - copy widget to porter board + - do install and start the app + # afm-util install *.wgt + # afm-util start @0.1 + +##TODO +- ADD token security +- ADD event receive + -- cgit 1.2.3-korg