X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=578ae381c7b1e17c10c2f620f7558cadb2f52f1f;hb=f702b273254b04f94ae965dc5cc4b014bf301a6f;hp=ae9351a0cb871f0a2cc5583deedf9da94a91597e;hpb=2e6e52f3a4332d0095b0d41251d450a0331380ad;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index ae9351a0..578ae381 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ## 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 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).