Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 765 Bytes

File metadata and controls

23 lines (16 loc) · 765 Bytes

Examples

Integration examples showing how to use @ocpp-debugkit/toolkit in your projects.

Available Examples

Directory Description
simple-trace/ Parse a trace, detect failures, generate a Markdown report
simple-csms/ Validate incoming traces (CSMS mock), check for failures
simulator-output/ Process JSONL simulator output, generate HTML report
ci-example/ Use ocpp-debugkit ci in GitHub Actions workflows

Running

Each example is a standalone project. cd into the directory and run:

npm install
npm start

All trace data is fully synthetic — no real station identifiers or personal data.