-
Notifications
You must be signed in to change notification settings - Fork 32
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
support mdns command through adb server with server-status #55
Conversation
Thanks for the PR, will have a look at it asap ! |
I had a look at the code and it looks good to me, I just made a few changes to it. Can you try and validate that nothing broke ? I removed the For the varint parsing, couldn't we use a crate like this one and therefore remove this parser from adb_client ? |
The structure of server status is protobuf. You can replace the function with a crate. |
Is everything still working as expected with my modifications ? I can't test it as my server does not support mdns and server-status.. |
It seems that "start_server" runs twice if we run mdns_force_openscreen_backend. |
* chore: clarify licensing * fix: pub export AdbStatResponse
* feat: rework USB auth * ci: run clippy with `--all-features`
* feat: add `framebuffer_bytes` method
Any update? |
* feat: massive internal refactoring * feat: fix doc + add 'doc' github action * feat: improve code; add TLS --------- Co-authored-by: LIAUD Corentin <[email protected]>
Hey, sorry for the delay ! I looked at your code, the only thing missing is adding a Can you handle it ? I'll merge it afterwards |
running |
This allows to be more flexible on USB device we want to connect to, without making public API to complex
* feat: add benches
Would you mind having a look at it ? I'm afraid I won't have time in the next few days.. |
I will have a try, but might need to define a new function or corrupt current existing function |
No problem, I'm planning on releasing a |
…b, forwardremoveall, reverseremoveall, server-status commands
@cocool97 Please resolve the conflict with main branch because I didn't pull the mdns branch to my local. |
mdns check, mdns devices, reconnect, reconnect offline, tcpip, usb, forwardremoveall, reverseremoveall, server-status Those features are added in these commits. |
Thanks, I'll rebase it asap |
Double |
Yes, I removed start_server, because connect will start too. |
No description provided.