Difference between revisions of "Application:SdlVNC"
Jump to navigation
Jump to search
sdlVNC - Version: 1.0.0
| Line 1: | Line 1: | ||
| + | [[Category:SDL]] | ||
| + | |||
{{application | {{application | ||
|name=sdlVNC | |name=sdlVNC | ||
| − | |version=1.0.0 | + | |type=webOS |
| − | + | |version=Version: 1.0.0<br />(1 Jan 2010) | |
| − | |tag= | + | |tag=Communications |
|screenshot=Application_sdlVNC_Screenshot_1.jpg | |screenshot=Application_sdlVNC_Screenshot_1.jpg | ||
|description= | |description= | ||
| − | + | == Summary == | |
| + | A native VNC client for webOS. Can remote into a VNC server displaying as a native card. | ||
| − | + | == Status == | |
| + | Initial implementation finished. Its good enough to connect to a local Xtightvncserver, from which you can run any native X11 application. | ||
| − | + | == License == | |
| + | |||
| + | Licensed under the LGPL license. | ||
| + | |||
| + | |||
| + | == Operating notes == | ||
Usage: | Usage: | ||
<nowiki>./sdlvnc -server 127.0.0.1 -port 5901</nowiki> | <nowiki>./sdlvnc -server 127.0.0.1 -port 5901</nowiki> | ||
| + | |||
| + | === Limitations === | ||
| + | *Does not zoom or pan currently to larger than 320x480 resoltions | ||
| + | *Only gets hostname as a parameter (without command line) | ||
| + | |||
| + | === Known bugs === | ||
| + | |||
| + | == Installing == | ||
| + | ====Requirements==== | ||
| + | *Preware | ||
| + | ====Steps==== | ||
| + | == Repository == | ||
| + | |||
| + | sdlVNC is housed in the applications/sdlVNC git repository at http://git.webos-internals.org/ | ||
| + | |||
| + | For commit permission to the open source project, contact rwhitby on #webos-internals or email [[mailto:support@webos-internals.org support@webos-internals.org]] | ||
}} | }} | ||
Revision as of 16:50, 14 January 2010
sdlVNC - Version: 1.0.0
(1 Jan 2010)
Summary
A native VNC client for webOS. Can remote into a VNC server displaying as a native card.
Status
Initial implementation finished. Its good enough to connect to a local Xtightvncserver, from which you can run any native X11 application.
License
Licensed under the LGPL license.
Operating notes
Usage:
./sdlvnc -server 127.0.0.1 -port 5901
Limitations
- Does not zoom or pan currently to larger than 320x480 resoltions
- Only gets hostname as a parameter (without command line)
Known bugs
Installing
Requirements
- Preware
Steps
Repository
sdlVNC is housed in the applications/sdlVNC git repository at http://git.webos-internals.org/
For commit permission to the open source project, contact rwhitby on #webos-internals or email [support@webos-internals.org]
