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

Is this an efficient alternative to RDP? #56

Open
paulie-g opened this issue Sep 15, 2017 · 1 comment
Open

Is this an efficient alternative to RDP? #56

paulie-g opened this issue Sep 15, 2017 · 1 comment

Comments

@paulie-g
Copy link
Owner

Issue by saikrishnadeep
Friday Dec 23, 2016 at 23:04 GMT
Originally opened as autopilot-rs#87


Hi, I was just wondering if this is an efficient way to communicate between computers instead of something like an RDP protocol. I'm not looking for any fancy methods. I just want to capture the mouse and keyboard and transmit. Is this a better alternative to VNC, RDP etc. If not, why?

Thanks

@paulie-g
Copy link
Owner Author

Comment by daluu
Sunday Sep 10, 2017 at 03:01 GMT


Interesting topic. But how does this relate? Except for x11 (port) forwarding, I don't see how autopy supports remote access/automation natively - you'd combine it with some other stuff like executing over SSH/telnet, or wrapper APIs that are network enabled, etc.

For something purely visual that you automate and see it remotely, I don't think you can go without VNC or RDP, other than x11 forwarding of the desktop under test to a remote machine to display (more easily setup on Linux, more work to deploy for both server-client aspect on Mac and especially Windows).

But for remote execution of autopy for you to then monitor over VNC/RDP, you could look at this: https://github.com/daluu/autopydriverserver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant