Server/Client core features
Pre-release
Pre-release
Use this release to setup a server or client running OCPP version 1.6 with JSON Websocket (OCPP-J).
Requests included in core feature:
- Authorize
- BootNotification
- ChangeAvailability
- ChangeConfiguration
- ClearCache
- DataTransfer
- GetConfiguration
- Heartbeat
- MeterValues
- RemoteStartTransaction
- RemoteStopTransaction
- Reset
- StartTransaction
- StatusNotification
- StopTransaction
- UnlockConnector
Please see JSONClientSample.java and JSONServerSample.java for examples on how to set up a client and server.