codelabsab / rust-ocpp

Libraries for ocpp 1.6 and 2.0.1
https://docs.rs/rust-ocpp/latest/rust_ocpp/
Apache License 2.0
67 stars 16 forks source link

Real app examples using the lib #2

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello.

I would like to request about info of where I can find some real projects using this Rust library, or if you have one (like a server for management) to find an example.

Thanks in advice

tommymalmqvist commented 2 years ago

Hi Alex, we only have some internal stuff written which are not open-sourced yet. I have not had the time to work on the project lately unfortunately.

What is missing mostly is verifying the implementation but I got stuck on verifying the jsonschema v6 against the implementation. There was no support for draft 6 if I remember correctly.

ghost commented 2 years ago

Oh! Okey, that's understandable.

I just have to write some app in Java and I would like to prefer to choose Rust :D

Hope you guys found time for work on the project.

Thanks for your efforts.