Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Access to EXICodec Java Source Code #300

Open
Vijaykrish0807 opened this issue Sep 16, 2023 · 1 comment
Open

Request for Access to EXICodec Java Source Code #300

Vijaykrish0807 opened this issue Sep 16, 2023 · 1 comment

Comments

@Vijaykrish0807
Copy link

I'm reaching out to request access to the Java source code used to generate the EXICodec.jar file that is being used in the EXI conversion process of V2G. I am currently encountering challenges during the decoding of EXI and believe having access to the source code would greatly assist us in debugging.

Could you provide us with access to the Java source code or direct us to the appropriate repository!!

@cienporcien
Copy link

I'm working on adding ACDP support to 15118-20.

In Josev EVCC, when encoding ACDP_VehiclePositioningReq, I get the following, which I think indicates that the Exificient .jar file hasn't been built with ACDP support:

INFO 2023-11-24 10:23:16,384 - iso15118.shared.exi_codec (255): Message to encode (ns=urn:iso:std:iso:15118:-20:ACDP): {"ACDP_VehiclePositioningReq": {"Header": {"SessionID": "45E3EE715D0ACE6A", "TimeStamp": 1700817781}, "EVMobilityStatus": true, "EVPositioningSupport": false}}
ERROR 2023-11-24 10:23:16,398 - iso15118.shared.exi_codec (260): EXIEncodingError in urn:iso:std:iso:15118:-20:ACDP with {"ACDP_VehiclePositioningReq": {"Header": {"SessionID": "45E3EE715D0ACE6A", "TimeStamp": 1700817781}, "EVMobilityStatus": true, "EVPositioningSupport": false}}: Unknown error: javax.xml.bind.UnmarshalException

with linked exception:
[java.lang.RuntimeException:
Exception Description: A descriptor with default root element ACDP_VehiclePositioningReq was not found in the project]

Any ideas on how to remedy this? Having access to the EXICodec.jar build source would probably let me fix this myself.

Best regards,
Roger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants