diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-15 10:06:24 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-15 10:06:24 +0200 |
commit | 52e7daeaef6c552905d1ecf4529727d03a78c8b8 (patch) | |
tree | 6971f1c963500423e825463bca279cd530428d4e | |
parent | e36ec00bd2a8e570de9bad179da8adb9d42799ec (diff) |
Update docs using provided CAN dump sample
Change-Id: Ia01a432977f9435917ee5928bb717e332dcd1866
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | docs/3-Usage.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/3-Usage.md b/docs/3-Usage.md index 450b459..6f49430 100644 --- a/docs/3-Usage.md +++ b/docs/3-Usage.md @@ -141,11 +141,11 @@ ON-REPLY 1:high-can/get: {"response":{"\/car\/demoboard\/2159e2-5b638a-39e242-7a ``` As you can see for the moment all values are 0, because we didn't inject any CAN data in the binder. To do this, you can use **canplayer** to feed the bindings with some data. +You can find an example of data in high level binding, "samples" directory. For instance, on a third terminal: ```bash -$ canplayer -I highwaycomplete +$ canplayer -I candata ``` - |