Skip to content

An OCPP Charging Station Management System test application based on Electron

License

Notifications You must be signed in to change notification settings

OpenChargingCloud/CSMSApp

Repository files navigation

OCCP Charging Station Management System Application (CSMSApp)

This project implements a OCPP Charging Station Management System using Electron, a cross platform Open Source framework for creating native applications with web technologies like Java-/TypeScript, HTML, and (S)CSS. The focus of this project is testing and certification of the supported e-mobility protocols, vendor extensions and 3rd party charging stations. This project supports the following protocols and protocol extensions:

(Re-)Build

Install the required Node.js modules...

$ npm install

(Security) updates...

$ npm audit fix
$ npm update

Forced update of all Node.js modules...

$ ./update.sh

License

Apache License 2.0 License)