node-rfb2 icon indicating copy to clipboard operation
node-rfb2 copied to clipboard

rfb wire protocol client and server

Results 12 node-rfb2 issues
Sort by recently updated
recently updated
newest added

https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#qemu-audio-client-message https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#qemu-audio-server-message

enhancement

Running `r.keyEvent(0xffe7, 1);` on the remote machine seems to have no effect, when it seems to work without issue with other clients.

I want to implement pointer lock using the server-side mouse location events, is this possible? (or just ability to move mouse relative to where it is)

I am able to connect to a TightVNC server with no issue except that the `rect` event is never triggered. I even set `requestUpdate()` to run on an interval and...

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.

While trying to connect to ultravnc repeater, I get the error: ``` { [Error: This socket has been ended by the other party] code: 'EPIPE' } ``` and on the...

http://wiki.qemu.org/VNC_Tight_PNG

I'm try to use latest version from npmjs and get errors while build app ```ts ERROR in Error encountered resolving symbol values statically. Could not resolve events relative to /var/home/vtolstov/devel/panel/node_modules/rfb2/rfbclient.d.ts.,...

Hi, How can i use that functionality?

See `HandleARDAuth` in libvncserver : https://github.com/kanaka/libvncserver/blob/master/libvncclient/rfbproto.c Libvncserver implementation uses gcrypt library ( http://www.gnu.org/software/libgcrypt/ ) for big numbers arithmetics. JS projects: https://github.com/mnaamani/crypto-emscripten , https://github.com/mnaamani/otr3-em/blob/master/BUILDING

enhancement