7.4 OCPP Application Directory

The OCPP application resides in the /ocpp directory. The files and folders in this directory maintain the charging station state, security and configuration.

root@<board-name>:/ocpp# tree
.
├── AuthorizationCacheList.db
├── Availability.db
├── certs
│   ├── CPCertificate
│   ├── CSMSRootCertificate
│   ├── ManufacturerRootCertificate
│   ├── MORootCertificate
│   ├── V2GCertificateChain
│   └── V2GRootCertificate
├── comp-ver.db
├── config.json
├── DisplayMessages.db
├── localauthlist.db
├── evse_app
├── Reservation.db
├── securityevents.db
└── SmartCharging.db
File or FolderPurpose
Database filesStore the state and configuration used by the OCPP stack
config.jsonPrimary configuration file for the charge point
certs/Directory containing the certificate files
CSMSRootCertificateRoot CA certificate used to validate the CSMS
CPCertificateCharge point client certificate
ManufacturerRootCertificateManufacturer root certificate
MORootCertificateeMobility service provider certificate
V2GCertificateChainCharging station certificate chain
V2GRootCertificateISO 15118 V2G root certificate
evse_appMain application executable