VNCclient: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 28: | Line 28: | ||
* Support for 8/16/24/32 BPP added. | * Support for 8/16/24/32 BPP added. | ||
== | == ToDo == | ||
* | * Update archiver.obj so that ZRLE will work. | ||
* | * Fullscreen mode. | ||
* Improve keyboard support. (Windows key is broken?) | |||
* | * Scrollbars ? | ||
* | * File transer support ? | ||
* File transer support | * Clipboard support ? (Need *real* clipboard in KolibriOS first..) | ||
* Clipboard support. | |||
* ... | * ... | ||
{{Network}} | {{Network}} | ||
[[Category:Applications]][[Category:Network]] | [[Category:Applications]][[Category:Network]] |
Revision as of 18:48, 18 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
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 added.
ToDo
- Update archiver.obj so that ZRLE will work.
- Fullscreen mode.
- Improve keyboard support. (Windows key is broken?)
- Scrollbars ?
- File transer support ?
- Clipboard support ? (Need *real* clipboard in KolibriOS first..)
- ...