Skip to content
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

RSDK-9760 - Tunnelling traffic over grpc #623

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

RSDK-9760 - Tunnelling traffic over grpc #623

wants to merge 6 commits into from

Conversation

cheukt
Copy link
Member

@cheukt cheukt commented Jan 24, 2025

No description provided.

@cheukt cheukt requested review from benjirewis and dgottlieb and removed request for benjirewis January 24, 2025 22:49
@github-actions github-actions bot added the safe to test committer is a member of this org label Jan 24, 2025
Comment on lines +124 to +135

// Tunnel tunnels traffic to the destination port of the robot server.
rpc Tunnel(stream TunnelRequest) returns (stream TunnelResponse);
}

message TunnelRequest {
uint32 destination_port = 1;
bytes data = 2;
}

message TunnelResponse {
bytes data = 1;
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the important bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test committer is a member of this org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant