LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.12k stars 489 forks source link

Add reverse connections in libvncclient #466

Closed NDagestad closed 3 years ago

NDagestad commented 3 years ago

This is a simple reverse connection implementation, if this is something you'd want, I can add reverse connection to the server too. (There are a few points that could be made better probably, comments are welcome)

bk138 commented 3 years ago

I believe you got something mixed up here - a reverse VNC connections means the viewer (e.g. LibVNCClient) is listening for a server to connect to it. We already have that, see here for a complete listening viewer implementation.

NDagestad commented 3 years ago

I'm not quite sure how sure how I missed something so obvious 🤔 Sorry for the noise then...

bk138 commented 3 years ago

No problem - thanks for the contribution anyway!