Initial Functionality
-
Connection Management:
- The
CentralSystem
can establish and maintain WebSocket connections with multiple ChargingPoints.
- The
-
Message Handling:
- Both
ChargingPoint
andCentralSystem
can 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.