https://github.com/alexs-sh/dummy-central-system
Dummy OCPP Central System
https://github.com/alexs-sh/dummy-central-system
automotive emulator ocpp
Last synced: about 1 month ago
JSON representation
Dummy OCPP Central System
- Host: GitHub
- URL: https://github.com/alexs-sh/dummy-central-system
- Owner: alexs-sh
- Created: 2021-08-11T09:05:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T09:13:38.000Z (about 4 years ago)
- Last Synced: 2025-08-31T17:48:55.385Z (about 1 month ago)
- Topics: automotive, emulator, ocpp
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ev-charging - alexs-sh/dummy-central-system
README
# Dummy Central System
Fast and dirty OCPP Central System implementation. It is mostly for emulating
CSRs receiving and self-signed certificates sending.# Supported messages
- BootNotification
- StatusNotification
- Heartbeat
- SignCertificate
- CertificateSigned
- StartTransaction
- MeterValues
- StopTransaction
- Authorize
# Build & run
```
cargo build
cargo run
```