You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,7 +53,7 @@ Additionnaly, the **CMakeLists_Options.txt** contains several options that can b
52
53
53
54
An helper makefile is available at project's level to simplify the use of CMake. Just use the one of the following commands to build using gcc or gcc without cross compilation :
54
55
55
-
```make gcc-native``` or ```make clang-native``` or ```make gcc-native BUILD_TYPE=Debug``` or ```make clang-native BUILD_TYPE=Debug```
56
+
```make gcc-native``` or ```make clang-native``` or ```make gcc-native BUILD_TYPE=Debug``` or ```make clang-native BUILD_TYPE=Debug```
56
57
57
58
This makefile also contains the corresponding cleaning targets :
58
59
@@ -193,7 +194,7 @@ cp_simu
193
194
| | | | |-car
194
195
| | | | |-id_tag
195
196
| | | | |-status
196
-
```
197
+
```
197
198
198
199
The simulation environment takes advantage of 2 MQTT features :
199
200
@@ -203,7 +204,7 @@ The simulation environment takes advantage of 2 MQTT features :
203
204
To remove a simulated Charge Point from the simulation environment, use the following protocol :
204
205
205
206
* Kill the simulated Charge Point instance through the **launcher** API
206
-
* Remove the retained status of the simulated Charge Point and its connectors in the MQTT broker by sending a retained message with an empty payload on their status topics
207
+
* Remove the retained status of the simulated Charge Point and its connectors in the MQTT broker by sending a retained message with an empty payload on their status topics
207
208
208
209
### Launcher API
209
210
@@ -239,7 +240,7 @@ Payload :
239
240
{
240
241
"type": "kill",
241
242
"charge_points": [
242
-
{ "id": "simu_cp_XXX" },
243
+
{ "id": "simu_cp_XXX" },
243
244
{ "id": "simu_cp_YYY" }
244
245
]
245
246
}
@@ -301,7 +302,7 @@ The status message has the following payload :
301
302
Each connector of the simulated Charge Point are listening to the following topic to simulate interaction with a car : **cp_simu/cps/simu_cp_XXX/connectors/N/car** where **N** stands for the connector number.
302
303
303
304
The expected command payload is :
304
-
305
+
305
306
```
306
307
{
307
308
"cable": 32,
@@ -313,7 +314,7 @@ The expected command payload is :
313
314
Each connector of the simulated Charge Point are listening to the following topic to simulate interaction with a user resenting an RFID card : **cp_simu/cps/simu_cp_XXX/connectors/N/id_tag** where **N** stands for the connector number.
0 commit comments