Apply security updates
[e-mobility-charging-stations-simulator.git] / README.md
CommitLineData
7dde0b73
JB
1# ev-simulator
2
3## Summary
4
30760be6 5Simple node program to simulate a set of charging stations based on the OCPP-J 1.6 protocol.
7dde0b73 6
a07b4408 7To start the program, run: `npm start`.
7dde0b73 8
2e6e52f3
JB
9All 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).
10
11All charging station templates are in [src/assets/station-templates](src/assets/station-templates).
7dde0b73
JB
12
13## License
14
9f5030ff 15This file and all other files in this repository are licensed under the Apache Software License, v.2 and copyrighted under the copyright in [NOTICE](NOTICE) file, except as noted otherwise in the [LICENSE](LICENSE) file.
7dde0b73
JB
16
17Please 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.