diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-08-29 18:41:18 +0800 |
---|---|---|
committer | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-08-29 10:49:27 +0000 |
commit | 7a5a796cdbd2658cf6f621aab209849818a67839 (patch) | |
tree | 5645ff319b1c82e7f1fed2e42cb8a409c0fee3b6 /README.md | |
parent | 8f31d2d8998c1387981dbd5ba18de76bcf648fac (diff) |
Introduce missed binding example
By the way,replace obsolete required-api:local with required-binding:local.
And fix binding instructions.
Bug-AGL: SPEC-2778
Change-Id: Ie4a882867d17b8833fdb8061704e69ae617f47c5
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ ssh root@${YOUR_BOARD_IP} afm-util start ${APP_NAME}@${APP_VERSION} ```bash export YOUR_BOARD_IP=192.168.1.X export PORT=8000 -ssh root@${YOUR_BOARD_IP} afb-daemon --ws-client=unix:/run/user/0/apis/ws/helloworld --port=${PORT} --token='x' -v +ssh root@${YOUR_BOARD_IP} afb-daemon --ws-client=unix:/run/platform/apis/ws/helloworld --port=${PORT} --token='x' -v #On an other terminal ssh root@${YOUR_BOARD_IP} afb-client-demo -H 127.0.0.1:${PORT}/api?token=x helloworld ping true |