Skip to content

Commit

Permalink
Fixed link to OCPP protocols in README (#489)
Browse files Browse the repository at this point in the history
Fixed link to OCPP protocols in README

---------

Signed-off-by: Krealyt <[email protected]>
  • Loading branch information
krealyt authored Feb 23, 2024
1 parent e401336 commit ba9b7d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# C++ implementation of OCPP
![Github Actions](https://github.com/EVerest/libocpp/actions/workflows/build_and_test.yaml/badge.svg)

This is a C++ library implementation of OCPP for version 1.6 (https://www.openchargealliance.org/protocols/ocpp-16/) and 2.0.1 (https://www.openchargealliance.org/protocols/ocpp-201/). It enables charging stations to communicate with cloud backends for remote control, monitoring and billing of charging processes.
This is a C++ library implementation of OCPP for version 1.6 and 2.0.1
(see [OCPP protocols at OCA website](https://openchargealliance.org/protocols/open-charge-point-protocol/)).

It enables charging stations to communicate with cloud backends for remote
control, monitoring and billing of charging processes.

Libocpp can be used for the communication of one charging station and multiple EVSE using a single websocket connection.

Expand Down

0 comments on commit ba9b7d5

Please sign in to comment.