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
49 stars 21 forks source link

Having issues with DLL's #10

Open smeatond opened 6 months ago

smeatond commented 6 months ago

Following the instructions given in issue #7 with missing DLL. I used git clone --recursive https://github.com/OpenChargingCloud/VanaheimrElectric and looks like there is code missing. As I am getting the following:

...\WWCP_OCPP\WWCP_OCPP_Common\ChargingStation\WebSockets\Incoming\BinaryDataStreamsEx tensions\DeleteFile.cs(41,37): error CS0246: The type or namespace name 'IWebSocketConnection' could not
be found (are you missing a using directive or an assembly reference?) [...\WWCP_OCPP\ WWCP_OCPP_Common\WWCP_OCPP_Common.csproj]

And I see that iWebSocketConnection.cs is missing

image

Comparing to https://github.com/Vanaheimr/Hermod/tree/master/Hermod/Hermod/WebSocket It looks like https://github.com/OpenChargingCloud/VanaheimrElectric/tree/master/libs is pointing to a older commit?

I can manually fix it up but thought I should bring it to your attention.

Edit: IWebSocketServer.cs is also missing.

smeatond commented 6 months ago

Was able to fix by downloading the latest version of:

Still requires an update for https://github.com/OpenChargingCloud/VanaheimrElectric/tree/master/libs .

Edit: also needed a few more libraries for WWCP.Core to work which had their own issues, It would be great if there was nuget packages available OR all the external dll were given in this project.

andreasringdal commented 3 months ago

When cloing recursively, these projects is not available

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'ssh://git@git.graphdefined.com:5001/OpenChargingCloud/WWCP_EEBus.git' into submodule path '/Users/andreasringdal/Projects/VanaheimrElectric/libs/WWCP_EEBus' failed
Failed to clone 'libs/WWCP_EEBus' a second time, aborting