aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
blob: d0341a76d5b89b2f321e90b34d8877e56258e573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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