ocppBridge
is a Python-based application designed to facilitate communication between Electric Vehicle (EV) charging stations using the Open Charge Point Protocol (OCPP) and backend systems. This project utilizes the ocpp
library to implement and manage OCPP messages.
- Supports OCPP 1.6 and OCPP 2.0.1
- Provides a bridge for communication between EV charging stations and backend systems
- Dockerized for easy deployment
- Includes a distroless Docker image for a minimal runtime environment
- Python 3.11
- Docker (for containerization)
git clone https://github.com/dfrosch/ocppBridge.git
cd ocppBridge
make venv
python3 ./Central.py
python3 ./Station.py
make buildx
make run