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
- Host: GitHub
- URL: https://github.com/flowionab/ocpp-charge-point
- Owner: flowionab
- Created: 2024-07-30T14:06:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T10:30:49.000Z (10 months ago)
- Last Synced: 2025-01-21T21:35:58.038Z (5 months ago)
- Topics: ocpp, ocpp16j, ocpp201, rust, rust-crate, rust-library
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OCPP Charge Point
[](https://crates.io/crates/ocpp-charge-point)
[](https://docs.rs/ocpp-charge-point)
[](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.