ChargeTimeEU / Java-OCA-OCPP

Open source client and server library of Open Charge-Point Protocol (OCPP) defined by openchargealliance.org (OCA)
MIT License
272 stars 174 forks source link

How to connect to SteVe ocpp #134

Open mathief123 opened 3 years ago

mathief123 commented 3 years ago

Hi.

I have my server with SteVe installed, and im new to ocpp, so i would like to ask how to connect this library to SteVe as a client so i can start transactions without manually filling the form.

Thanks.

TVolden commented 3 years ago

Hi @mathief123,

Thanks for your question.

I'm not sure what exactly you mean by manually filling the form? Are you asking whether you need to code the logic to populate the requests for a start transaction or handle a remote start transaction? If so, then the answer is yes.

This library provides a framework to handle a connection and a structure for incoming and outgoing requests, plus som validation. This can help you create a client that meets the requirements from the OCPP specification.

Sincerely, Thomas Volden

TVolden commented 3 years ago

Hi @marcinar,

Did I answer your question? If so, can I get you to close the issue?