Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javaisjavascript/ocpp-1.6-cp-simulator
Hacky but it works for testing purposes
https://github.com/javaisjavascript/ocpp-1.6-cp-simulator
charge-point chargingstation emobility ocpp
Last synced: about 1 month ago
JSON representation
Hacky but it works for testing purposes
- Host: GitHub
- URL: https://github.com/javaisjavascript/ocpp-1.6-cp-simulator
- Owner: JavaIsJavaScript
- Created: 2018-03-15T13:20:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T10:21:30.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T00:20:57.620Z (5 months ago)
- Topics: charge-point, chargingstation, emobility, ocpp
- Language: JavaScript
- Size: 914 KB
- Stars: 43
- Watchers: 7
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ev-charging - OCPP 1.6 Charge Point Simulator
README
# OCPP 1.6 Charge Point Simulator
Hacky but it works for testing purposesChargePoint > CentralSystem all working and can be called on the commandline using "bootnotification, metervalues" etc.
CentralSystem > ChargePoint :
+ All 1.5 features
+ All 1.6 featuresThis program requires Node.js (http://nodejs.org/). Third-party packages can be installed with the npm utility. Currently, ocppjs depends on 'websocket', 'xml2js', 'node-expat', 'request' and 'jayschema' packages:
### Running the Simulator
Just run "run.bat"
See: [1.5-Simulator Branch](https://github.com/JavaIsJavaScript/ocpp1.6-CP-Simulator/tree/1.5-Simulator) for 1.5 Simulator, works the same as this one.
### Bugs
+ None known currently
[CREDITS](http://www.gir.fr/ocppjs/)