-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it compatible with version ocpp 2? #211
Comments
Hi, |
Thanks for the answer! I'll try to help with the transfer to version 2, just don't judge too harshly, I don't have much experience) |
Sorry for the late response. The following branch contains all the necessary base classes to start working with OCPP 2.0.1 => https://github.com/c-jimenez/open-ocpp/tree/dev/ocpp20 A first ChargePoint20 class has been written to allow "low-level" usage of the stack and custom behaviors implementations. The next step is to write a ChargePoint class similar to the one provided for OCPP1.6 with all the behavior which can be implemented by following the standard and which is not product specific. Concerning the C++ part, I learned at school and by reading the C++ bible => https://stroustrup.com/4th.html. |
Hello, is the client compatible for use with OCPP 2.0 ?
Any support planned? Maybe I can somehow help with implementation.
Thank you in advance!
The text was updated successfully, but these errors were encountered: