Page 1 of 1

VNC client

Posted: Mon Jan 08, 2007 11:08 pm
by hidnplayr
I have made a VNC client for KolibriOS
It's still beta version but the following things already work:
  • -RAW frame encoding 8BPP/32BPP
    -Sending mouse events
    -Use a thread to receive and parse all incoming data
    -let user input server address (uses DNS)
    -beep when requested by server
    -close when connection is lost
    ....
you can find the latest version on SVN server
Spoiler:Image
(screenshot made by heavyiron)

Posted: Tue Jan 09, 2007 11:04 pm
by Wildwest
screenshot of your application looks cool :)

Posted: Wed Jan 10, 2007 8:22 am
by Mario79
hidnplayr
The application Panel you remade?

Posted: Wed Jan 10, 2007 11:32 am
by hidnplayr
Mario79 wrote:hidnplayr
Did you remake the Panel application?
mario, the screenshot was made by heaviron so you will have to ask heavyiron about the panel ;)

Posted: Wed Jan 10, 2007 11:58 am
by Mario79
hidnplayr
Well, I mistaken, I apologize. :-)
You have written good application.
Good luck.

Re: VNC client

Posted: Fri Sep 16, 2011 5:08 pm
by Leency
hidnplayr

Why VNCclient has by default

Code: Select all

 mode	      db 0 ; 0 = connection details, 1 = authentication
In this mode writes nothing to the window. Why? May be it need some explanations.

VNCclient

Posted: Sun Sep 18, 2011 12:50 am
by SoUrcerer
:( can't connect to my VNC server from KolibriOS.
Server is VINO, settings are "allow other users view my desktop" and "allow users control my desktop". All connections are unsecured.
Screen resolution 1280x800x32 or 1024x768x32.
VNCclients writes "No vnc server on this address". It's means that "RFB" message hadn't been received. I checked my server with telnet and had "RFB 003.007" or something like this.

Re: VNC client

Posted: Mon Sep 19, 2011 10:30 pm
by hidnplayr
When this byte is 0, the gui should ask for server address (and port number).
When it is 1, it should ask for user name and/or password (wich is not implemented yet).

There was a problem in the code for drawing the GUI, fixed now.

Re: VNCclient

Posted: Mon Sep 19, 2011 10:43 pm
by hidnplayr
The current VNC client does not yet support this newer RFB protocol.

EDIT: VNC servers are backwards compatible and can be requested to run on VNC 3.3 protocol.
If the connection failed, it was because of a bug in my program.

Re: VNC client

Posted: Thu Sep 22, 2011 12:45 am
by Leency
Now it looks much more better.

Re: VNC client

Posted: Tue Jan 10, 2012 10:40 am
by SoUrcerer
Can VNC client connect to localhost?

Re: VNC client

Posted: Tue Jan 10, 2012 11:12 am
by hidnplayr
I dont think there is a workin loopback system in network stack right now.
Also, there is no VNC server, so i dont see the point..

Re: VNC client

Posted: Mon Feb 04, 2013 8:50 pm
by SoUrcerer
Hope you'll like these screenshots. First is Dillo, and second is Wine running Photoshop.
wow.png
wow.png (31.34 KiB)
Viewed 13046 times
ps.png
ps.png (29.39 KiB)
Viewed 13046 times

Re: VNC client

Posted: Mon Aug 03, 2015 4:20 pm
by hidnplayr
#5663: Return the VNC client back to working state.
#5666: Added CopyRect encoding support.

Re: VNC client

Posted: Wed Aug 05, 2015 1:14 pm
by hidnplayr
#5668: bugfixes, better GUI, error reporting.
#5669: use more memory to assemble.
#5670: Fixed problem with redraw, corrected mouse coordinates, preliminary keyboard support, GUI fixes.
#5677: better keyboard support, selectable pixelformat at compile time (8bpp/16bpp/24bpp), bugfixes.
#5680: support for VNC authentication.