Skip to content

Releases: mrNedas/mini-ocpp

Charging Point and Central system release

15 Jul 13:46

Choose a tag to compare

Initial Functionality

  • Connection Management:

    • The CentralSystem can establish and maintain WebSocket connections with multiple ChargingPoints.
  • Message Handling:

    • Both ChargingPoint and CentralSystem can send and receive various types of messages, such as BootNotification, Heartbeat, GetConfiguration, and ChangeConfiguration.
  • Error Handling:

    • Basic error handling mechanisms are in place to manage and recover from network interruptions and invalid messages.