Robert Schlabbach

Results 7 issues of Robert Schlabbach

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...

OCPP 2.0.1 requires a CALLERROR: SecurityError response from the CSMS if the Charging Station sends a request before having been accepted. Implement a mechanism to send this response, by throwing...

To allow determining the cause of a disconnection, add a new API to MultiProtocolJSONClient to retrieve the Exception passed from the WebSocket library in the onError() callback. This is required...

These commits were based on a misunderstanding of the OCPP-J 1.6 specification, which clearly states that the password is a byte sequence and not a string. Also, they broke the...

Sadly, it seems like this project has been abandoned by its sole maintainer. Even more so, since the last commit actually broke things. With not only required fixes and existing...

Time to get rolling with OCPP 2.1! PR #405 adds the OCPP 2.1 messages and types, and adds OCPP 2.1 to the protocol version enum, which is almost everything needed...

Add Java classes for all OCPP 2.1 messages and types as well as client and server event handler interfaces and function classes corresponding to the OCPP 2.1 "functional blocks." Add...