Update the doc
[apps/agl-service-can-low-level.git] / docs / 3-Usage.md
1 # Install AFB Websocket CLI client to test the binding.
2
3 You can test it using afb-client-demo CLI tool provided by the RPM package _libafbwsc-dev_.
4
5 You can find this package in your build environment, using docker SDK recommended setup the file is `/xdt/build/tmp/deploy/rpm/<your-target-arch>/`.
6
7 After a successful bitbake build and using Renesas RCar Gen2, Porter, you have to copy the file if your board is connected to your network and you know its IP address:
8
9 ```bash
10 $ scp /xdt/build/tmp/deploy/rpm/cortex15hf_neon/libafbwsc-dev-1.0-r0.cortexa15hf_neon.rpm root@<target_IP>:~
11 ```
12
13 Else, you have to copy into the SDcard with the AGL image installed on it.
14
15 From the docker image copy RPM to the shared directory between docker image and your host:
16
17 ```bash
18 $ cp /xdt/build/tmp/deploy/rpm/cortex15hf_neon/libafbwsc-dev-1.0-r0.cortexa15hf_neon.rpm ~/share
19 ```
20
21 Then plugin you SDcard in your Linux host \(Windows can't read ext4 filesystem AGL runs on\) and copy RPM file on it.
22
23 From your host, identify SDcard block device node here it is **sdc** with the correct capacity automounted by the desktop manager:
24
25 ```bash
26 $ lsblk
27 loop1                                                                                     7:1    0     2G  0 loop
28 └─docker-253:0-3146365-pool                                                             253:3    0   100G  0 dm
29   └─docker-253:0-3146365-e9f80849a2681e18549d3a4238cbf031e44052e36cd88a0abf041804b799b61c
30     253:4    0    10G  0 dm   /var/lib/docker/devicemapper/mnt/e9f80849a2681e18549d3a4238cbf031e44052e36cd88a0abf041804b799b61c
31 sdb                                                                                       8:16   0 238.5G  0 disk
32 ├─sdb2                                                                                    8:18   0   238G  0 part
33 │ └─agl                                                                         253:1    0   238G  0 lvm  /home/claneys/Workspace/agl-docker
34 └─sdb1                                                                                    8:17   0   500M  0 part /boot
35 sr0                                                                                      11:0    1  1024M  0 rom
36 loop0                                                                                     7:0    0   100G  0 loop
37 └─docker-253:0-3146365-pool                                                             253:3    0   100G  0 dm
38   └─docker-253:0-3146365-e9f80849a2681e18549d3a4238cbf031e44052e36cd88a0abf041804b799b61c
39     253:4    0    10G  0 dm   /var/lib/docker/devicemapper/mnt/e9f80849a2681e18549d3a4238cbf031e44052e36cd88a0abf041804b799b61c
40 sdc                                                                                       8:32   1  14.9G  0 disk
41 └─sdc1                                                                                    8:33   1     2G  0 part /run/media/claneys/97f418a5-612f-44e9-b968-a19505695151
42 sda                                                                                       8:0    0 931.5G  0 disk
43 ├─sda2                                                                                    8:2    0   500G  0 part
44 │ ├─home                                                                        253:2    0   150G  0 lvm  /home
45 │ └─root                                                                        253:0    0    50G  0 lvm  /
46 └─sda1                                                                                    8:1    0    16G  0 part [SWAP]
47 ```
48
49 Copy, still from your host:
50
51 > **CAUTION:** Make sure to sync IO with sync command before unplug your SDcard. It could be corrupted if removed before all pending IO aren't done.
52
53 ```bash
54 $ sudo umount /dev/sdc1
55 $ export SDCARD=/mnt
56 $ sudo mount /dev/sdc1 $SDCARD
57 $ sudo cp ~/devel/docker/share/libafbwsc-dev-1.0-r0.cortexa15hf_neon.rpm $SDCARD/home/root
58 $ sync
59 $ sudo umount $SDCARD
60 ```
61
62 Insert the modified SDcard in your Porter board and boot from it. You are ready to go.
63
64 ## Configure the AGL system
65
66 ### Virtual CAN device
67
68 Connected to the target, here is how to load the virtual CAN device driver and set up a new vcan device :
69
70 ```bash
71 # modprobe vcan
72 # ip link add vcan0 type vcan
73 # ip link set vcan0 up
74 ```
75
76 ### CAN device using the USB CAN adapter
77
78 Using real connection to CAN bus of your car using the USB CAN adapter connected to the OBD2 connector.
79
80 Once connected, launch `dmesg` command and search which device to use :
81
82 ```bash
83 # dmesg
84 [...]
85 [  131.871441] usb 1-3: new full-speed USB device number 4 using ohci-pci
86 [  161.860504] can: controller area network core (rev 20120528 abi 9)
87 [  161.860522] NET: Registered protocol family 29
88 [  177.561620] usb 1-3: USB disconnect, device number 4
89 [  191.061423] usb 1-2: USB disconnect, device number 3
90 [  196.095325] usb 1-2: new full-speed USB device number 5 using ohci-pci
91 [  327.568882] usb 1-2: USB disconnect, device number 5
92 [  428.594177] CAN device driver interface
93 [ 1872.551543] usb 1-2: new full-speed USB device number 6 using ohci-pci
94 [ 1872.809302] usb_8dev 1-2:1.0 can0: firmware: 1.7, hardware: 1.0
95 [ 1872.809356] usbcore: registered new interface driver usb_8dev
96 ```
97
98 Here device is named `can0`.
99
100 This instruction assuming a speed of 500000kbps for your CAN bus, you can try others supported bitrate like 125000, 250000 if 500000 doesn't work:
101
102 ```bash
103 # ip link set can0 type can bitrate 500000
104 # ip link set can0 up
105 # ip link show can0
106   can0: <NOARP,UP,LOWER_UP,ECHO> mtu 16 qdisc pfifo_fast state UNKNOWN qlen 10
107     link/can
108     can state ERROR-ACTIVE (berr-counter tx 0 rx 0) restart-ms 0
109     bitrate 500000 sample-point 0.875
110     tq 125 prop-seg 6 phase-seg1 7 phase-seg2 2 sjw 1
111     sja1000: tseg1 1..16 tseg2 1..8 sjw 1..4 brp 1..64 brp-inc 1
112     clock 16000000
113 ```
114
115 For a Porter board, you'll have your CAN device as `can1` because `can0` already exists as an embedded device.
116
117 The instructions will be the same:
118
119 ```bash
120 # ip link set can1 type can bitrate 500000
121 # ip link set can1 up
122 # ip link show can1
123   can0: <NOARP,UP,LOWER_UP,ECHO> mtu 16 qdisc pfifo_fast state UNKNOWN qlen 10
124     link/can
125     can state ERROR-ACTIVE (berr-counter tx 0 rx 0) restart-ms 0
126     bitrate 500000 sample-point 0.875
127     tq 125 prop-seg 6 phase-seg1 7 phase-seg2 2 sjw 1
128     sja1000: tseg1 1..16 tseg2 1..8 sjw 1..4 brp 1..64 brp-inc 1
129     clock 16000000
130 ```
131
132 ## Configure the binding
133
134 The binding reads system configuration file _/etc/dev-mapping.conf_ at start to map logical name from signals described in JSON file to linux devices name initialized by the system.
135 Edit file _/etc/dev-mappping.conf_ and add mapping in section `CANbus-mapping` :
136
137 Using virtual CAN device as described in the previous chapter:
138 ```ini
139 [CANbus-mapping]
140 hs="vcan0"
141 ls="vcan1"
142 ```
143
144 Using real CAN device, this example assume CAN bus traffic will be on can0.
145 ```ini
146 [CANbus-mapping]
147 hs="can0"
148 ls="can1"
149 ```
150
151 On a Porter board there is an embedded CAN device so `can0` already exists.
152
153 So you might want to use your USB CAN adapter plugged to the OBD2 connector, in this case use `can1`:
154 ```ini
155 [CANbus-mapping]
156 hs="can1"
157 ```
158
159 > **CAUTION VERY IMPORTANT:** Make sure the CAN bus\(es\) you specify in your configuration file match those specified in your generated source file with the `CAN-config-generator`.
160
161 ## Run it, test it, use it !
162
163 You can run the binding using **afm-util** tool, here is the classic way to go :
164
165 ```bash
166 # afm-util run low-can-binding@1.0
167 1
168 ```
169
170 You can find instructions to use afm-util tool [here](http://docs.iot.bzh/docs/apis_services/en/dev/reference/af-main/afm-daemons.html#using-afm-util), as well as documentation about Application Framework.
171
172 But you can't control nor interact with it because you don't know security token that **Application Framework** gaves it at launch.
173
174 So, to test it, it is better to launch the binding manually. In the following example, we will use port **1234** and left empty security token for testing purpose:
175
176 ```bash
177 # afb-daemon --ldpaths=/usr/lib/afb:/var/lib/afm/applications/low-can-binding/1.0/libs/ --rootdir=/var/lib/afm/applications/low-can-binding/1.0/ --port=1234 --token=1
178 NOTICE: binding [/usr/lib/afb/afb-dbus-binding.so] calling registering function afbBindingV1Register
179 NOTICE: binding /usr/lib/afb/afb-dbus-binding.so loaded with API prefix dbus
180 NOTICE: binding [/usr/lib/afb/authLogin.so] calling registering function afbBindingV1Register
181 NOTICE: binding /usr/lib/afb/authLogin.so loaded with API prefix auth
182 NOTICE: binding [/var/lib/afm/applications/low-can-binding/1.0/libs//low-can-binding.so] calling registering function afbBindingV1Register
183 NOTICE: binding /var/lib/afm/applications/low-can-binding/1.0/libs//low-can-binding.so loaded with API prefix low-can
184 NOTICE: Waiting port=1234 rootdir=/var/lib/afm/applications/low-can-binding/1.0/
185 NOTICE: Browser URL= http:/*localhost:1234
186 NOTICE: vcan0 device opened and reading {binding low-can}
187 NOTICE: Initialized 1/1 can bus device(s) {binding low-can}
188 ```
189
190 On another terminal, connect to the binding using previously installed _**AFB Websocket CLI**_ tool:
191
192 ```bash
193 # afb-client-demo ws://localhost:1234/api?token=1
194 ```
195
196 You will be on an interactive session where you can communicate directly with the binding API.
197
198 The binding provides at this moment 2 verbs, _subscribe_ and _unsubscribe_, which can take argument by a JSON **event** object.
199
200 The argument value is the CAN message **generic\_name** as described in the JSON file used to generate cpp file for the binding.
201
202 To use the _**AFB Websocket CLI**_ tool, a command line will be like the following :
203
204 ```
205 <api> <verb> <arguments>
206 ```
207
208 Where:
209
210 * API : _**low-can**_.
211 * Verb : _**subscribe**_ or _**unsubscribe**_
212 * Arguments : _**{ "event": "driver.doors.open" }**_
213
214 ### Subscription and unsubscription
215
216 You can ask to subscribe to chosen CAN event with a call to _subscribe_ API verb with the CAN messages name as JSON argument.
217
218 > **NOTE:** If no argument is provided, then you'll subscribe to all signals at once.
219
220 For example from a websocket session:
221
222 ```json
223 low-can subscribe { "event": "doors.driver.open" }
224 ON-REPLY 1:low-can/subscribe: {"jtype":"afb-reply","request":{"status":"success","uuid":"a18fd375-b6fa-4c0e-a1d4-9d3955975ae8"}}
225 ```
226
227 Subscription and unsubscription can take wildcard in their _event_ value.
228
229 To receive all doors events :
230
231 ```json
232 low-can subscribe { "event" : "doors*" }
233 ON-REPLY 1:low-can/subscribe: {"jtype":"afb-reply","request":{"status":"success","uuid":"511c872e-d7f3-4f3b-89c2-aa9a3e9fbbdb"}}
234 ```
235
236 Then you will receive an event each time a CAN message is decoded for the event named _doors.driver.open_
237
238 ```json
239 ON-EVENT low-can/messages.doors.driver.open({"event":"low-can\/messages.doors.driver.open","data":{"name":"messages.doors.driver.open","value":true},"jtype":"afb-event"})
240 ```
241
242 Notice that event shows you that the CAN event is named _messages.doors.driver.open_ but you ask for event about _doors.driver.open_.
243
244 This is because all CAN messages or diagnostic messages are prefixed by the JSON parent node name, **messages** for CAN messages and **diagnostic\_messages** for diagnostic messages like OBD2.
245
246 This will let you subscribe or unsubcribe to all signals at once, not recommended, and better make filter on subscribe operation based upon their type. Examples:
247
248 ```json
249 low-can subscribe { "event" : "*speed*" } --> will subscribe to all messages with speed in their name. Search will be make without prefix for it.
250 low-can subscribe { "event" : "speed*" } --> will subscribe to all messages begin by speed in their name. Search will be make without prefix for it.
251 low-can subscribe { "event" : "messages*speed*" } --> will subscribe to all CAN messages with speed in their name. Search will be on prefixed messages here.
252 low-can subscribe { "event" : "messages*speed" } --> will subscribe to all CAN messages ending with speed in their name. Search will be on prefixed messages here.
253 low-can subscribe { "event" : "diagnostic*speed*" } --> will subscribe to all diagnostic messages with speed in their name. Search will be on prefixed messages here.
254 low-can subscribe { "event" : "diagnostic*speed" } --> will subscribe to all diagnostic messages ending with speed in their name. Search will be on prefixed messages here.
255 ```
256
257 You can stop receiving event from it by unsubscribe the signal the same way you did for subscribe
258
259 ```json
260 low-can unsubscribe { "event": "doors.driver.open" }
261 ON-REPLY 2:low-can/unsubscribe: {"jtype":"afb-reply","request":{"status":"success"}}
262 low-can unsubscribe { "event" : "doors*" }
263 ON-REPLY 3:low-can/unsubscribe: {"jtype":"afb-reply","request":{"status":"success"}}
264 ```
265
266 ### Using CAN utils to monitor CAN activity
267
268 You can watch CAN traffic and send custom CAN messages using can-utils preinstalled on AGL target.
269
270 To watch watch going on a CAN bus use:
271
272 ```bash
273 # candump can0
274 ```
275
276 Or for an USB CAN adapter connected to porter board:
277
278 ```bash
279 # candump can1
280 ```
281
282 Send a custom message:
283
284 ```bash
285 # cansend can0 ID#DDDDAAAATTTTAAAA
286 ```
287
288 You can also replay a previously dumped CAN logfiles. These logfiles can be found in _can_samples_ directory under Git repository. Following examples use a real trip from an Auris Toyota car.
289
290 Trace has been recorded from a CAN device `can0` so you have to map it to the correct one you use for your tests.
291
292 Replay on a virtual CAN device `vcan0`:
293 ```bash
294 # canplayer -I trip_test_with_obd2_vehicle_speed_requests vcan0=can0
295 ```
296
297 Replay on a CAN device `can0`:
298 ```bash
299 # canplayer -I trip_test_with_obd2_vehicle_speed_requests can0
300 ```
301
302 Replay on a CAN device `can1` (porter by example):
303 ```bash
304 # canplayer -I trip_test_with_obd2_vehicle_speed_requests can1=can0
305 ```