Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenChargingCloud/WWCP_Core
The core definition and classes of the World Wide Charging Protocol Suite
https://github.com/OpenChargingCloud/WWCP_Core
charging chargingstation e-mobility ev-roaming wwcp
Last synced: about 2 months ago
JSON representation
The core definition and classes of the World Wide Charging Protocol Suite
- Host: GitHub
- URL: https://github.com/OpenChargingCloud/WWCP_Core
- Owner: OpenChargingCloud
- License: agpl-3.0
- Created: 2015-05-05T12:15:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T12:17:26.000Z (3 months ago)
- Last Synced: 2024-10-29T22:29:27.434Z (2 months ago)
- Topics: charging, chargingstation, e-mobility, ev-roaming, wwcp
- Language: C#
- Homepage:
- Size: 10.8 MB
- Stars: 7
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - WWCP_Core - The World Wide Charging Protocol Suite is a collection of protocols in order to connect market actors in the field of e-mobility solutions via scalable and secure Internet protocols. (Consumption / Mobility and Transportation)
README
# WWCP Core
The *World Wide Charging Protocol Suite* is a suite of protocols that provides a unified architecture,
designed to link all stakeholders in electric mobility and energy networks through scalable, secure
and semantic Internet protocols.Unlike traditional e-mobility protocols, the WWCP Suite prioritizes IT security, privacy, transparency,
metrology, and semantics in an extensively connected open environment. Therefore the suite also
emphasizes interoperability with existing protocols and both backward and forward compatibility within
its own framework.This repository lays down the bedrock concepts, entities, and data structures, and provides a reference
implementation of virtual components like Electric Vehicle Supply Equipment (EVSEs), charging stations,
charging pools, charging station operators, e-mobility service providers, roaming networks, national
access points and more. These components are designed to facilitate continuous integration testing and
penetration testing within e-mobility roaming networks.#### Related Projects
Serveral project make use of this core library:
- [WWCP OICP](https://github.com/OpenChargingCloud/WWCP_OICP) defines a mapping between WWCP and the [Open InterCharge Protocol](http://www.intercharge.eu) v2.3 as defined by [Hubject GmbH](http://www.hubject.com) and thus allows you to enable EMP and CPO roaming.
- [WWCP OCPI](https://github.com/OpenChargingCloud/WWCP_OCPI) defines a mapping between WWCP and the [Open Charge Point Interface](https://github.com/ocpi/ocpi) v2.1.1 and v2.2 and thus allows you to enable EMP and CPO roaming via direct connections betwewen those entities.
- [WWCP OCPP](https://github.com/OpenChargingCloud/WWCP_OCPP) defines a mapping between WWCP and the [Open Charge Point Protocol](http://www.openchargealliance.org) v1.6 and v2.0.1 and thus allows you to attach OCPP charging stations.
- [WWCP ISO15118](https://github.com/OpenChargingCloud/WWCP_ISO15118) defines a mapping between WWCP and [ISO/IEC 15118](https://de.wikipedia.org/wiki/ISO_15118) and thus allows you to communicate between electric vehicles and charging stations.The following project are compatible solutions:
- [ChargySharp](https://github.com/OpenChargingCloud/ChargySharp) The C# reference implementation of the Chargy e-mobility transparency software.
- [Chargy Desktop App](https://github.com/OpenChargingCloud/ChargyDesktopApp) An e-mobility transparency software for Windows, Mac OS X and Linux (based on the [Electron framework](https://electronjs.org/)).
- [Chargy Mobile App](https://github.com/OpenChargingCloud/ChargyMobilepApp) An e-mobility transparency software for iOS and Android (based on [Apache Cordova](https://cordova.apache.org)).The following projects are no longer in active devlopment, but left for educational purposes
- [WWCP OCHP](https://github.com/OpenChargingCloud/WWCP_OCHP) defines a mapping between WWCP and the [Open Clearing House Protocol](http://www.ochp.eu) and thus allows you to enable EMP and CPO roaming.
- [WWCP OIOI](https://github.com/OpenChargingCloud/WWCP_OIOI) defines a mapping between WWCP and the [OIOI Protocol](https://docs.plugsurfing.com) as defined by [PlugSurfing](https://www.plugsurfing.com) and thus allows you to enable EMP and CPO roaming.
- [WWCP eMIP](https://github.com/OpenChargingCloud/WWCP_eMIP) defines a mapping between WWCP and the [eMobility Protocol Inter-Operation](https://www.gireve.com/wp-content/uploads/2017/02/Gireve_Tech_eMIP-V0.7.4_ProtocolDescription_1.0.2_en.pdf) as defined by [Gireve](https://www.gireve.com) and thus allows you to enable EMP and CPO roaming.#### Requirements & Configuration
1. You will need .NET8
2. (Stress) tested under Debian GNU/Linux running in a KVM environment on AMD Ryzen 9 16-Core Zen3 machines#### Your contributions
This software is developed by [GraphDefined GmbH](http://www.graphdefined.com).
We appreciate your participation in this ongoing project, and your help to improve it.
If you find bugs, want to request a feature or send us a pull request, feel free to
use the normal GitHub features to do so. For this please read the
[Contributor License Agreement](Contributor%20License%20Agreement.txt)
carefully and send us a signed copy.