Put the simulator configuration file in src/assets.
[e-mobility-charging-stations-simulator.git] / README.md
1 # ev-simulator
2
3 ## Summary
4
5 Simple node program to simulate a set of charging stations based on OCPP 1.6 protocol.
6
7 To run the program start: `npm start`.
8
9 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.
10
11 ## License
12
13 This file and all other files in this repository are licensed under the Apache Software License, v.2 and copyrighted under the copyright in [NOTICE file](NOTICE), except as noted otherwise in the [LICENSE file](LICENSE).
14
15 Please note that Docker images can contain other software which may be licensed under different licenses. This LICENSE and NOTICE files are also included in the Docker image. For any usage of built Docker images please make sure to check the licenses of the artifacts contained in the images.