An open API service indexing awesome lists of open source software.

https://github.com/flowionab/ocpp-charge-point

ocpp-charge-point is a Rust library designed to facilitate the development of charge points that comply with the Open Charge Point Protocol (OCPP) versions 1.6 and 2.0.1
https://github.com/flowionab/ocpp-charge-point

ocpp ocpp16j ocpp201 rust rust-crate rust-library

Last synced: 3 months ago
JSON representation

ocpp-charge-point is a Rust library designed to facilitate the development of charge points that comply with the Open Charge Point Protocol (OCPP) versions 1.6 and 2.0.1

Awesome Lists containing this project

README

        

# OCPP Charge Point

[![Crates.io](https://img.shields.io/crates/v/ocpp-charge-point)](https://crates.io/crates/ocpp-charge-point)
[![Documentation](https://docs.rs/ocpp-charge-point/badge.svg)](https://docs.rs/ocpp-charge-point)
[![.github/workflows/ci.yaml](https://github.com/flowionab/ocpp-charge-point/actions/workflows/ci.yaml/badge.svg)](https://github.com/flowionab/ocpp-charge-point/actions/workflows/ci.yaml)

`ocpp-charge-point` is a Rust library designed to facilitate the development of charge points that comply with the Open Charge Point Protocol (OCPP) versions 1.6 and 2.0.1. This library provides the necessary tools and abstractions to implement and manage communication between charging stations and central systems.

## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Example](#examples)
- [Contributing](#contributing)
- [License](#license)

## Features

- **Support for OCPP 1.6 and OCPP 2.0.1**: Implementations for both versions of the OCPP standard.
- **Ease of Integration**: Simple API for integrating with your charging point hardware.
- **Extensibility**: Designed to be extensible and customizable to fit various use cases.
- **Robust Error Handling**: Comprehensive error handling mechanisms to ensure smooth operation.

## Installation

Add `ocpp-charge-point` to your `Cargo.toml`:

```toml
[dependencies]
ocpp-charge-point = "0.1"
```

Then, run cargo build to download and compile the library.

## Usage
Here's a simple example to get you started:

```rust

```

## Examples

Check out the [examples](https://github.com/flowionab/ocpp-client/tree/main/examples) directory for more usage examples.

## Contributing

Contributions are welcome! Please see the [CONTRIBUTING.md](https://github.com/flowionab/ocpp-charge-point/blob/main/CONTRIBUTING.md) for more details.

## License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/flowionab/ocpp-charge-point/blob/main/LICENSE) file for details.