Skip to content

feat: TCP in node socket - #846

Merged
al3xa23 merged 10 commits into
masterfrom
node-socket
Feb 4, 2025
Merged

feat: TCP in node socket#846
al3xa23 merged 10 commits into
masterfrom
node-socket

Conversation

@al3xa23

Copy link
Copy Markdown
Contributor

inlcude tcp in node-type socket

@al3xa23
al3xa23 requested a review from stv0g as a code ownerJanuary 20, 2025 14:56
Comment threadinclude/villas/nodes/socket.hpp Outdated
Comment threadinclude/villas/nodes/socket.hpp Outdated
Comment threadtests/integration/node-loopback-socket.sh Outdated
Comment threadlib/nodes/socket.cpp Outdated
Comment threadlib/nodes/socket.cpp Outdated
Comment threadlib/nodes/socket.cpp Outdated
Comment threadlib/nodes/socket.cpp Outdated
Comment threadlib/nodes/socket.cpp Outdated
@stv0gstv0g mentioned this pull request Jan 28, 2025
Comment threadlib/nodes/socket.cpp Outdated
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
Move the establishment of tcp connection out of socket_start so that it will not block other node.
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
fix: Naming and comment
fix: Remove socket_tcp_connection from header file
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>

@stv0gstv0g left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @JitpanuM,

I've rebased your changes to the latest master to trigger the CI again.

There is only a last missing/broken error check.

Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>

@stv0gstv0g left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets merge this once the pipeline is passing.

@al3xa23
al3xa23 merged commit c60ef75 into masterFeb 4, 2025
@al3xa23
al3xa23 deleted the node-socket branch February 4, 2025 12:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@al3xa23@stv0g@JitpanuM