sidorares / node-rfb2

rfb wire protocol client and server
MIT License
138 stars 27 forks source link

Use node-rfb2 with UltraVNC MS Logon (user ,password) #26

Open blogwebpl opened 6 years ago

blogwebpl commented 6 years ago

Hi. I need example how to use node-rfb2 with UltraVNC with MS Logon. There is only password in your configuration. UltraVNC need username and password.

sidorares commented 6 years ago

At the moment only 'none' and 'VNC' security types are supported. If you can give me link to documentation for UltraVNC security I can try to implement.

blogwebpl commented 6 years ago

Documentation for UltraVNC is very poor http://uvnc.com/docs.html

sidorares commented 6 years ago

This might be it: https://github.com/LibVNC/libvncserver/blob/6814e946e0afed20a6ef0f45a9bcbfeda2e77706/libvncclient/rfbproto.c#L682

Neustradamus commented 3 years ago

Any news on it?