-
Notifications
You must be signed in to change notification settings - Fork 3
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
Example server/client #1
Comments
That would indeed be nice, you do have to realize that neither the open charge alliance nor we are developing for soap anymore and this library is here only for backwards compatibility. If its impossible to upgrade to ocpp-json which i would really recommend, we can see if we can find some time adding an example. |
Hi @gertjana, thanks for answering. I'm working with some chargers which are in the 1.5 version of OCPP, and for now we can't work with other chargers. If possible, could you assist me in creating a functioning example of server/client? Should I use the other library as well(https://github.com/NewMotion/ocpp)? |
The other library is a dependency of this one, so if you use the ocpp-soap library you'll get ocpp-messages from the ocpp one dragged in as well. No need to depend on it explicitly. Furthermore, yes, it would be nice to have an example of SOAP as well. We do happen to be working on refactoring the way we deal with OCPP over SOAP at NewMotion so we maybe we can distill an example from code that people are working on right now. I can ask around tomorrow when we're back to work here in Amsterdam. |
@reinierl that would be awesome! |
+1 |
+1 again |
It would be nice to have an example client and server just like the main ocpp package(https://github.com/NewMotion/ocpp)
The text was updated successfully, but these errors were encountered: