Java-OCA-OCPP
Java-OCA-OCPP copied to clipboard
Open source client and server library of Open Charge-Point Protocol (OCPP) defined by openchargealliance.org (OCA)
Can you tell me please the steps to launch the chargetimeEU??
Hi! I found the pom file of project **_eu.chargetime.ocpp:common:1.0.1_** introduced **_13_** dependencies. However, among them, **_4_** libraries (**_30%_**) are not used by your project. I list the redundant dependencies below...
Hello, Is there an updated status of a matrix of supported features for the 2.0 version of OCPP? In the readme I find that "Currently we support 1.6 SOAP or...
**Problem:** When the service is deployed to GKE or any K8s behind load balancer with health check, the validator will try fetch HTTP response or TCP (https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp) , but the...
Hi, is it possible to configure websocket pings for the current JSONClient? I found some related code here but it seems to be removed for the most current version, Best,...
Trying to build the current master using the command "./gradlew build" yields failures in code style verifications and tests. These files are not formatted correctly: ocpp-common/src/main/java/eu/chargetime/ocpp/AsyncPromiseFulfillerDecorator.java ocpp-common/src/main/java/eu/chargetime/ocpp/Client.java ocpp-v1_6/src/main/java/eu/chargetime/ocpp/IClientAPI.java OCPP-J/src/main/java/eu/chargetime/ocpp/JSONCommunicator.java OCPP-J/src/main/java/eu/chargetime/ocpp/WebSocketListener.java...
Imagine the Jars being packaged into a .war, their names would be: ``` WEB-INF/lib/common-1.0.jar WEB-INF/lib/v1_6-1.0.1.jar ``` = not very distinct with regard to other jar files. Maybe artifactIds like "oca-ocpp-common"...
Hey, First of all, thanks for amazing library. I been playing with it over past few days and it seems to be perfect fit to what I intend to do....
- Renamed Maven artifactId to better match the gradle equivalent. - Commented out the signing via maven-gpg-plugin (pom.xml) - Also checked in the results of "./gradlew goJF" (Java Formatting) (regular...
In larger scale deployment, it might be desirable to decouple communication from business logic, and use queueing/streaming to exchange messages between communication and business logic layers. Current model makes it...