Initial commit
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 15 Apr 2020 15:44:01 +0000 (17:44 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 15 Apr 2020 15:44:01 +0000 (17:44 +0200)
commit7dde0b73302613be132c41e1f28a42de555dc2b6
treeab083f776fc3d68bf450de5015dc40ea8c2dd65b
Initial commit
63 files changed:
.cfignore [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.eslintrc [new file with mode: 0644]
.flowconfig [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.vscode/extensions.json [new file with mode: 0644]
.vscode/launch.json [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
README.md [new file with mode: 0644]
docker/Dockerfile [new file with mode: 0644]
docker/Makefile [new file with mode: 0644]
docker/autoconfig.sh [new file with mode: 0644]
docker/buildspec.yml [new file with mode: 0644]
docker/config.json [new file with mode: 0644]
docker/docker-compose.yml [new file with mode: 0644]
ev-simulator-start.bat [new file with mode: 0644]
ev-simulator-start.sh [new file with mode: 0755]
flow-typed/npm/babel-eslint_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/clinic_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/eslint-config-esnext_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/eslint-config-google_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/eslint-config-node_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/eslint-plugin-node_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/eslint-plugin-promise_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/eslint_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/flow-bin_v0.x.x.js [new file with mode: 0644]
flow-typed/npm/flow-typed_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/npm-check_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/uuid_v7.x.x.js [new file with mode: 0644]
flow-typed/npm/winston_v3.x.x.js [new file with mode: 0644]
flow-typed/npm/worker-threads-pool_vx.x.x.js [new file with mode: 0644]
flow-typed/npm/ws_vx.x.x.js [new file with mode: 0644]
manifest-cf-template.yml [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/assets/configs-aws [new submodule]
src/assets/station/abb.station [new file with mode: 0644]
src/assets/station/evlink.station [new file with mode: 0644]
src/assets/station/keba.station [new file with mode: 0644]
src/assets/station/schneider-imredd.station [new file with mode: 0644]
src/assets/station/schneider.station [new file with mode: 0644]
src/assets/station/siemens.mougins69.station [new file with mode: 0644]
src/assets/station/virtual-simple-atg.station [new file with mode: 0644]
src/assets/station/virtual-simple.station [new file with mode: 0644]
src/assets/station/virtual.station [new file with mode: 0644]
src/assets/templateAuthorization.auth [new file with mode: 0644]
src/charging-station/AutomaticTransactionGenerator.js [new file with mode: 0644]
src/charging-station/ChargingStation.js [new file with mode: 0644]
src/charging-station/OcppError.js [new file with mode: 0644]
src/charging-station/StationWorker.js [new file with mode: 0644]
src/charging-station/Worker.js [new file with mode: 0644]
src/config-template.json [new file with mode: 0644]
src/index.js [new file with mode: 0644]
src/list of URLs.txt [new file with mode: 0644]
src/utils/Configuration.js [new file with mode: 0644]
src/utils/Constants.js [new file with mode: 0644]
src/utils/Logger.js [new file with mode: 0644]
src/utils/Statistics.js [new file with mode: 0644]
src/utils/Utils.js [new file with mode: 0644]