-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add menu for copying adb connect command that uses cvdr #611
base: main
Are you sure you want to change the base?
Conversation
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.
this needs further discussion, the command cvdr connect --connect_agent=websocket_agent --service_url=https://127.0.0.1:1443/ --host=websocket cvd-1
is not going to work for instances created in GCP for example.
I checked with GCP instance and found that handshake is succeeded but it looks like failing to sending data, it might be because it uses WebSocket. It might be two options to solve this
Looks like Option 2 can be simpler. What do you think? |
Random idea: Mixed approach seems better for me, to make it clear for any types of our environment(Operator, HO, and CO).
|
I think this should be a placeholder to be filled out only by the Using By implementing Option.1 If we do need to connect directly to |
Oh, I see the concepts between CO and cvdr. Let me first try to proxy WebSocket at CO. And then fix cvdr to follow the concept And then I'll revisit this PR later. Thanks! |
Add sub-menu for device that copies adb connect command to the clipboard.
the command would be like
cvdr connect --connect_agent=websocket_agent --service_url=https://127.0.0.1:1443/ --host=websocket cvd-1