Go to file
Marc Mültin b9987c2295 Fixed typo in line 832 of SecurityUtils.java which prevented the contract certificate to be saved. This typo probably remained from a negative test and should not have made its way to the public repo. Anyway, is fixed now.
Added logger message in case the private key for the contract certificate to be saved is not valid.
2016-11-06 18:59:20 +09:00
RISE-V2G-Certificates - Included EXIficient library and according xml parser libraries (see shared/libs) as EXIficient's license finally changed from GPLv2 to MIT (MIT is compatible with EPL v1). Uncommented EXIficientCodec.java file. You now can quickly switch between EXIficientCodec and OpenEXI coded by (un)commenting the respective line in MessageHandler.java. 2016-07-28 14:28:03 +02:00
RISE-V2G-EVCC Bugfix: An empty catch clause in the StatefulTransportLayerClient.java caused a weired EXI Codec error message ("ERROR: 'EXI No valid EXI document according distinguishing bits'") when a message timeout occurred (e.g. with the small timeout value of 250ms for CurrentDemandRes). This was confusing since there was no obvious reason for the EXI Codec error message. Now there is some meaningful error catch clause which makes clear that the header of the received message could not be read, which then terminates the communication session. 2016-07-28 19:13:00 +02:00
RISE-V2G-SECC Merge branch 'master' into develop 2016-07-28 15:03:04 +02:00
RISE-V2G-Shared Fixed typo in line 832 of SecurityUtils.java which prevented the contract certificate to be saved. This typo probably remained from a negative test and should not have made its way to the public repo. Anyway, is fixed now. 2016-11-06 18:59:20 +09:00
.gitignore Enhanced TLS-related features: 2016-04-01 21:17:05 +02:00
README.md Update README.md 2015-12-16 19:27:36 +01:00
about.html initial commit for RISE V2G 2015-06-01 17:19:09 +02:00
epl-v10.html initial commit for RISE V2G 2015-06-01 17:19:09 +02:00
notice.html initial commit for RISE V2G 2015-06-01 17:19:09 +02:00
pom.xml initial commit for RISE V2G 2015-06-01 17:19:09 +02:00

README.md

About RISE V2G

Join the chat at https://gitter.im/eclipse/risev2g

RISE V2G is a Reference Implementation Supporting the Evolution of the Vehicle-2-Grid communication interface ISO 15118. The international standard ISO 15118, entitled "Road vehicles - Vehicle to grid communication interface", defines a digital IP-based communication interface between an electric vehicle (EV) and a charging station (named Electric Vehicle Supply Equipment - EVSE). It allows for a user-friendly "plug-and-charge" mechanism for authentication, authorisation, billing, and flexible load control based on a wide set of information exchanged between the EV and EVSE. A rise in the wide application of this standard is essential for reaching the goal of integrating EVs as flexible energy storage devices into a smart grid.

Mission Statement

The RISE V2G project shall serve as an open source standard-compliant reference implementation and documentation. As such, the objective is to provide a test platform for interoperability testing and to offer an information resource for interested parties. The adoption of a new technology heavily depends on the interoperability of its various implementations. The more tests conducted, the more stable and reliable the developed solution will be.

As the ISO 15118 consists of eight documment parts - with part 1 to 3 defining use cases and requirements for conductive charging, parts 4 and 5 dealing with conformance tests, and parts 6 to 8 specifying use cases and requirements for inductive charging - the RISE V2G project shall evolve to cover all aspects of conductive and inductive charging from the physical layer up to the application layer. However, it requires a lot of work to be done to fulfil this endeavor. Your assistance would therefore be very appreciated, be it by testing this reference implementation against your own solution - this way uncovering possible bugs or making code optimisation suggestions - or by providing an implementation for yet missing parts.

More Information

More information about the RISE V2G project can be found on the Eclipse Foundation project website.

License

RISE V2G is published under the Eclipse Public License v1.0