# WWCP_Core **Repository Path**: charging-system/WWCP_Core ## Basic Information - **Project Name**: WWCP_Core - **Description**: The core definition and classes of the World Wide Charging Protocol Suite - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/OpenChargingCloud/WWCP_Core - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-30 - **Last Updated**: 2024-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.