Added:
- screenshot ;
- instructions to run afb-daemon on target.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
+### Sample client application for Application Framework Binder
+
+
+
+_(Application Framework Binder can be found on https://github.com/iotbzh/afb-daemon)_
## Installation
### Move to Target
cd $MYWORKSPACE/afb-client
gulp build-app-prod
- scp -r ./dist.pro/* user@mytarget:/rootdir/apfDaemon
+ scp -r ./dist.prod/* user@mytarget:/rootdir/afb-client
+ ssh user@mytarget "afb-daemon --port=3001 --token='' --rootdir=/rootdir/afb-client"
+ http://mytarget:3001/opa
+### Directory structure
/AppClient
|
|---- package.json
|---- (/dist.dev)
|---- (/dist.prod)
-
\ No newline at end of file