-
Notifications
You must be signed in to change notification settings - Fork 57
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
Removed dependency on websocket++, minimized dependencies #568
Removed dependency on websocket++, minimized dependencies #568
Conversation
4435b41
to
2a0e47b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Added a few remarks / suggestions.
971c7e5
to
e84f740
Compare
Implemented comments. Some codacity issues are related to some 3rd _party code I wouldn't modify too much. This can't be merged with the required modifications in everest-core. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good from my side. Please wait for @hikinggrass approval as well before merging
I'd also require a review on: EVerest/everest-core#631 This can't be merged without that. |
08f9d4a
to
ddf79b6
Compare
bd52eea
to
0832365
Compare
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
0f8f8ed
to
ba20ea2
Compare
Signed-off-by: AssemblyJohn <[email protected]>
ba20ea2
to
a1bb4b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me except a few nits
…pp_remove_dependencies # Conflicts: # lib/ocpp/common/websocket/websocket_libwebsockets.cpp
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
…pp_remove_dependencies
Describe your changes
Removed the strong dependency to websocket++ by adding the relevant headers to a 3rd_party folder, and making the library optional based on a cmake option. The hard-coded websocket++ constants were also removed.
Issue ticket number and link
Linked core PR: EVerest/everest-core#631
Checklist before requesting a review