Sevket Gökay
Sevket Gökay
https://github.com/RWTH-i5-IDSG/ocpp-jaxb/tree/master/src/main/resources/wsdl
> ..., unless it is "just" the Wiki in here?! yes, it is. the [readme](https://github.com/RWTH-i5-IDSG/steve/blob/master/README.md) and the wiki pages hopefully cover some basics. since steve is an implementation of ocpp,...
i will address only one of the arguments to make a point. i hope you can understand it and draw consequences. > e.g. I see no User management, no way...
i don't see an urgent need to change it proactively. especially, when the source is open and the repo is on github (in worst case, a user can pull the...
i would prefer maven central, since it is _the_ standard repository for java libraries. it would also be good to not completely depend on github. i can look into it.
as a first step and because of ease of its use, i thought of using jitpack.io, which is a service that pulls a github repo, builds it and hosts on...
> Do the SteVe team have any plans to support this new part of the standard? theoretically, yes, but cannot say when. we need some time to dissect the new...
hey, thanks for the request. yes, it is possible. however, i want to understand your use case. do you want a batch operation that generates this file for all metervalues...
hey @skullmonkey911 , the ocpp specifies the transaction id field as an `integer` (both soap and json variants). steve implements it accordingly. i think that this big of a transaction...
> I checked the official specification of OCPP 1.6 and for SOAP it is clearly a 32 Bit integer, but for JSON I did not find a definition of the...