Releases: mrNedas/mini-ocpp
Releases · mrNedas/mini-ocpp
Charging Point and Central system release
Initial Functionality
-
Connection Management:
- The
CentralSystemcan establish and maintain WebSocket connections with multiple ChargingPoints.
- The
-
Message Handling:
- Both
ChargingPointandCentralSystemcan send and receive various types of messages, such as BootNotification, Heartbeat, GetConfiguration, and ChangeConfiguration.
- Both
-
Error Handling:
- Basic error handling mechanisms are in place to manage and recover from network interruptions and invalid messages.