Java-OCA-OCPP icon indicating copy to clipboard operation
Java-OCA-OCPP copied to clipboard

Open source client and server library of Open Charge-Point Protocol (OCPP) defined by openchargealliance.org (OCA)

Results 61 Java-OCA-OCPP issues
Sort by recently updated
recently updated
newest added

Is there a way to use the library with a different implementation of WebSocket? For example, I'd like to use the library with Play Framwork and its own [WebSocket](https://www.playframework.com/documentation/2.7.x/JavaWebSockets) implementation.

enhancement
help wanted

Dear Sir, By implementing this library ,I am able to connect Steve Server but not able to connect the certifying agency server.What are the reason? Any security setting are required?...

OCPP 1.6 specifies that a TriggerMessage.req must respond with a TriggerMessage.conf before the client send the message that was requested. The ClientRemoteTriggerHandler supports no method of being able to tell...

help wanted

As I mentioned in #93, we downcast to check. This creates direct dependencies from higher level entities to lower level entities. Here is an example where we downcast to check...

enhancement
good first issue

Hi, Your project and your approach seems very interesting ( http://www.chargetime.eu/ ). A lot of things seems functional and I am very interested to try what is existing and try...

the example can not run ,the clint send msg but the server cont not receiver msg for example: the server: public static void main(String[] args) { JSONServerSample jsonServer = new...

It seems message recovery doesn't work. Try this one, please, but I'm not sure I think as well as you: 1) Connect to a server. 2) Send BootNotificatonRequest. It might...

The reason for this change is to have different reconnect strategies depending on why you are disconnected. If the OCPP rejected you because of a 404 or something like that,...

Change of API

I have implemented a server based on the example given in ocpp-v1_6-example/json_server_example/src/main/java/eu/chargetime/ocpp/jsonserverimplementation/config/ServerCoreProfileConfig.java I have a question regarding the following implementation as an example: @Override public StartTransactionConfirmation handleStartTransactionRequest(UUID sessionIndex, StartTransactionRequest request)...