Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

![Github Actions](https://github.com/EVerest/libocpp/actions/workflows/build_and_test.yaml/badge.svg)

## ⚠️ DEPRECATION NOTICE

**This repository is now archived**. libocpp has been integrated into [EVerest](https://github.com/EVerest/EVerest).

All future development, updates, and issue tracking will continue within the [EVerest](https://github.com/EVerest/EVerest). This standalone repository is now read-only and will no longer be maintained.

Check notice on line 9 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L9

Expected: 80; Actual: 201

Please visit the [EVerest repository](https://github.com/EVerest/EVerest/tree/main/lib/everest/ocpp) to access the active codebase, submit issues, or contribute.

Check notice on line 11 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L11

Expected: 80; Actual: 161

This is a C++ library implementation of OCPP for version 1.6, 2.0.1 and 2.1.
(see [OCPP protocols at OCA website](https://openchargealliance.org/protocols/open-charge-point-protocol/)).
The OCPP2.0.1 implementation of libocpp has been certified by the OCA for multiple hardware platforms.
Expand Down
Loading