Difference between revisions of "VNCclient"

From KolibriOS wiki
Jump to navigation Jump to search
m (network category added)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* hidnplayr
 
* hidnplayr
  
== Current status of the program ==
+
== History ==
 
+
=== January 2007 ===
[[Image:vnc.jpg]]
+
[[Image:vnc.jpg]]<br>
Here you can see how Heavyiron connected from Russia to my (hidnplayr's) server in Belgium.
+
Screenshot from the first published version. Original caption:<br>
 +
''Here you can see how Heavyiron connected from Russia to my (hidnplayr's) server in Belgium.''<br>
  
 
* Can connect to VNC servers that are not secured, using an unencrypted connection.
 
* Can connect to VNC servers that are not secured, using an unencrypted connection.
Line 19: Line 20:
 
* Beeps if requested by the server.
 
* Beeps if requested by the server.
  
== TODO ==
+
=== August 2015 ===
* More encodings, and setting for the user.
+
 
* Security!
+
* Resurrected from broken state.
* Scaling, scrollbars.
+
* Support for CopyRect, RRE and TRLE encodings added.
* Save setting in .ini file.
+
* Support for keyboard added.
* Keyboard support.
+
* Support for VNC authentication added.
* File transer support.
+
* Support for 8/16/24/32 BPP (selectable before assembling) added.
* Clipboard support.
+
* Render cursor locally.
 +
 
 +
== ToDo ==
 +
* Update archiver.obj so that ZRLE will work.
 +
* Fullscreen mode.
 +
* Scrollbars ?
 +
* File transer support ?
 +
* Clipboard support ? (Need *real* clipboard in KolibriOS first..)
 
* ...
 
* ...
  
 
{{Network}}
 
{{Network}}
 
[[Category:Applications]][[Category:Network]]
 
[[Category:Applications]][[Category:Network]]

Latest revision as of 20:22, 21 August 2015

Short Description

A VNC client for kolibrios. This allows you to connect to any computer running a VNC server so you have remote acces to the screen, keyboard and mouse of it!

Authors

  • hidnplayr

History

January 2007

Vnc.jpg
Screenshot from the first published version. Original caption:
Here you can see how Heavyiron connected from Russia to my (hidnplayr's) server in Belgium.

  • Can connect to VNC servers that are not secured, using an unencrypted connection.
  • Uses DNS to retrieve IP
  • Only Supports RAW encoding for now.
  • Screen resolution of the server may not be bigger then that of the client.
  • Hard coded for 8Bpp now. (Because the stack is so horribly slow)
  • Can send mouse events.
  • Beeps if requested by the server.

August 2015

  • Resurrected from broken state.
  • Support for CopyRect, RRE and TRLE encodings added.
  • Support for keyboard added.
  • Support for VNC authentication added.
  • Support for 8/16/24/32 BPP (selectable before assembling) added.
  • Render cursor locally.

ToDo

  • Update archiver.obj so that ZRLE will work.
  • Fullscreen mode.
  • Scrollbars ?
  • File transer support ?
  • Clipboard support ? (Need *real* clipboard in KolibriOS first..)
  • ...