Getting started - ChargeTimeEU/Java-OCA-OCPP GitHub Wiki
Getting started
This section will try to everything you need to get a server/client up and running.
OCPP version 1.6
You can choose between SOAP or JSON websockets for communication.
If you haven't done so, please check-out OCPP 1.6.
OCPP-J
For examples on how to set up a client, please see:
Setting up v1.6 OCPP-J client
For examples on how to set up a server, please see:
Setting up v1.6 OCPP-J server
OCPP-S
For examples on how to set up a client, please see:
Setting up v1.6 OCPP-S client
For examples on how to set up a server, please see:
Setting up v1.6 OCPP-S server