X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=578ae381c7b1e17c10c2f620f7558cadb2f52f1f;hb=67e9cccf0987accd6faacf4e70d9416d0da5d7d5;hp=1fbf5a849907041f984bee0bbb098aa5aaa8c694;hpb=73f5829e1150b3337eb991497d00c2843bed4bf5;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 1fbf5a84..578ae381 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ ## Summary -Simple node program to simulate a set of charging stations based on OCPP 1.6 protocol. +Simple node program to simulate a set of charging stations based on the OCPP-J 1.6 protocol. -To run the program start: `npm start`. +To start the program, run: `npm start`. -All the parameters and control of the program are within the src/assets/config.json file. A configuration template file is available at [src/assets/config-template.json](src/assets/config-template.json). +All the configuration parameters of the program must be within the src/assets/config.json file. A configuration template file is available at [src/assets/config-template.json](src/assets/config-template.json). + +All charging station templates are in [src/assets/station-templates](src/assets/station-templates). ## License