Skip to content

Server/Client core features

Pre-release
Pre-release
Compare
Choose a tag to compare
@TVolden TVolden released this 05 Sep 19:12
· 610 commits to master since this 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.