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

Web socket #32

Closed siddharth1729 closed 5 months ago

siddharth1729 commented 6 months ago

It's just a great codebase that I'm looking into, and I'm also trying to contribute to it."

Few questions:

1) It seems that the WebSocket part of OCPP is not included in this project, so it may focus solely on CPMS (Charge Point Management System) functionality.

2) If someone needs to implement the core OCPP WebSocket functionality in Rust, could you suggest some resources?

tommymalmqvist commented 6 months ago

Hello, yes I think the best option would be to look at other languages, Golang for example has a more feature complete library.

tommymalmqvist commented 5 months ago

@siddharth1729 checkout this repo also: https://github.com/shepmaster/rust-charge