OpenChargingCloud / WWCP_OCPP

Connectivity between the World Wide Charging Protocol (WWCP) and the Open Charge Point Protocol (OCPP v1.6/v2.0.1/v2.1).
Apache License 2.0
55 stars 22 forks source link

hermod and styx not found #7

Closed DgnOnur closed 11 months ago

DgnOnur commented 11 months ago

When I download the project, I get an error that there are missing dll files. I request your support.

resim

ahzf commented 11 months ago

Hi... here you find a .gitmodules file showing you the expected locations of the subprojects.

Best Achim

DgnOnur commented 11 months ago

Thank you for your return. I am developing an application for electric vehicle charging station control. The charging station supports OCPP16 and OCPP2.0 version. While developing my application, I should base this project on. Or should I base it on the project I sent in the link? Thank you for your support.

ahzf commented 11 months ago

For OCPP v1.6 you already use the right project. For OCPP v2 you might want to use the OCPP v2.1 project, as there is no official "OCPP v2.0" only "OCPP v2.0.1" exists, and OCPP v2.1 is the current main development version from my point of view. There is only a minor breaking change between the official OCPP v2.1 and v2.0.1.

DgnOnur commented 11 months ago

After the files are uploaded, an error warning appears on the screen.

resim

ahzf commented 11 months ago

Can you share a listing of your "C:\Users\Asus\source\repos\" directory? Actually all OCC projects should be located there.

DgnOnur commented 11 months ago

repos folder >

resim

repos > WWCP_OCPP folder

resim

DgnOnur commented 11 months ago

I compiled all the applications and added the dll files to the other project as a reference.

For other operations such as connecting to the charging station, can I transfer the dlls in the WWCP_OCPPv2.0.1_Tests project to my own project and connect to the device with the sample codes in the test project and perform the operations?

resim

ahzf commented 11 months ago

And you added those projects to your solution?

You could also just git clone --recursive https://github.com/OpenChargingCloud/VanaheimrElectric and remove all sub projects you do not need.

ahzf commented 11 months ago

I compiled all the applications and added the dll files to the other project as a reference.

For other operations such as connecting to the charging station, can I transfer the dlls in the WWCP_OCPPv2.0.1_Tests project to my own project and connect to the device with the sample codes in the test project and perform the operations?

resim

I do not really understand what you are trying here. Best way to make use of all those projects is as as source code via git submodules.

DgnOnur commented 11 months ago

thanks..