HsuJv / vnc-rs

An asynchronous implementation of VNC client side protocol
Apache License 2.0
24 stars 6 forks source link

Support to use as repeater to a central server #7

Open otavio opened 1 year ago

otavio commented 1 year ago

Is there a way to use the client in repeater mode?

In x11vnc case it'd be like:

x11vnc -connect repeater=ID:123456789+192.168.1.28:5500

Where:

server: 192.168.1.28:5901 repeater: ID:123456789

HsuJv commented 1 year ago

Unfortunately, it doesn't support this mode currently. I can add this feature to my schedule. And it's also welcome if you have any patches.

BRs.