An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```