Closed DgnOnur closed 11 months ago
Hi... here you find a .gitmodules file showing you the expected locations of the subprojects.
Best Achim
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.
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.
After the files are uploaded, an error warning appears on the screen.
Can you share a listing of your "C:\Users\Asus\source\repos\" directory? Actually all OCC projects should be located there.
repos folder >
repos > WWCP_OCPP folder
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?
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.
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?
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
.
thanks..
When I download the project, I get an error that there are missing dll files. I request your support.