X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=637f20da0494dc5c33baa3c19569386ee12d0c76;hb=97c196968f3704d8bc9d4734ab980380a5492bd7;hp=429f9fefecf197879a5742946cc0826233f1b98e;hpb=03eee93b17efda79fcdd3aabc7c67bf006bc1d75;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 429f9fef..637f20da 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Summary -Simple [node.js](https://nodejs.org/) software to simulate a set of charging stations based on the OCPP-J 1.6 protocol as part of SAP e-Mobility solution. +Simple [node.js](https://nodejs.org/) software to simulate and scale a set of charging stations based on the OCPP-J 1.6 protocol as part of SAP e-Mobility solution. ## Prerequisites @@ -411,7 +411,7 @@ Protocol to control the simulator via a Websocket or HTTP server. ### HTTP Protocol -To learn how to use the HTTP protocol to pilot the simulator, an [Insomnia](https://insomnia.rest/) requests collection is available in [src/assets/ui-protocol](./src/assets/ui-protocol) directory. +To learn how to use the HTTP protocol to pilot the simulator, an [Insomnia](https://insomnia.rest/) HTTP requests collection is available in [src/assets/ui-protocol](./src/assets/ui-protocol) directory. ### Websocket Protocol @@ -428,6 +428,8 @@ SRPC protocol over Websocket. PDU stands for 'Protocol Data Unit'. `uuid`: String uniquely linking the response to the request `PDU`: Response parameters to requested procedure +An [Insomnia](https://insomnia.rest/) WebSocket requests collection is available in [src/assets/ui-protocol](./src/assets/ui-protocol) directory. + #### Version 0.0.1 Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`.