Skip to content
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

Support OCPP (Open Charge Point Protocol) #37

Open
snechiporenko opened this issue Dec 23, 2023 · 2 comments
Open

Support OCPP (Open Charge Point Protocol) #37

snechiporenko opened this issue Dec 23, 2023 · 2 comments

Comments

@snechiporenko
Copy link

Hello. Nice project!
Are you planning to support the OCPP protocol?
What about commercial use?

@dzurikmiroslav
Copy link
Owner

Hi, yes, I plan to think about it...
Currently I working on Lua scripting support (replacing Berry).
I plan to make websockets binding in Lua, maybe Lua can handle OCPP?

@snechiporenko
Copy link
Author

It seems to me that scripts are a good tool for connecting system elements, but not for writing the elements themselves.

Yes, OCPP use websockets as primary transport. I found good implementation OCPP 1.6 for microcontrollers: https://github.com/matth-x/MicroOcpp It use mongoose for networking https://github.com/cesanta/mongoose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants