VNCclient: Difference between revisions
Jump to navigation
Jump to search
m (moved VNCclient/en to VNCclient over redirect) |
m (network category added) |
||
Line 29: | Line 29: | ||
* ... | * ... | ||
{{Network}} | |||
[[Category:Applications]][[Category:Network]] | |||
[[Category:Applications]] |
Revision as of 05:38, 4 April 2010
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
Current status of the program
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.
TODO
- More encodings, and setting for the user.
- Security!
- Scaling, scrollbars.
- Save setting in .ini file.
- Keyboard support.
- File transer support.
- Clipboard support.
- ...