Remote Desktop Solution
Works perfectly! Good call Straker!
I had to navigate into the 'OSXvnc.app' directory with terminal to launch the server. Should be a piece of cake to make a PB app for your clients Becky.
Here is the command I used to give control to UltraVNC listening on a Windows pc:
I was also able to extract just the 488k server app out of the package, delete the OSXvnc package, and it still worked. This would make building a custom remote control app even better since it would not require two downloads - just place the server app in your app package.
I had to navigate into the 'OSXvnc.app' directory with terminal to launch the server. Should be a piece of cake to make a PB app for your clients Becky.
Here is the command I used to give control to UltraVNC listening on a Windows pc:
Code: Select all
beachs-Computer:~/Desktop/OSXvnc.app/Contents/MacOS beach$ ./OSXvnc-server -connectHost 192.168.0.10
-Beach
I got so excited I started playing around with how I would go about doing this app, before I knew it, it was finished. I thought I would share it with anyone who would like to give it a try. The included 'OSXvnc-server' is shutdown when the user closes the window. In other words, the window will always exists while the server is running in the background (I guess you could kill the windows...). Please read the included 'Readme' file to see how to set the options before sending it out to clients.

Download:
VNC_RemoteSupport.dmg

Let me know if it is helpful.

Download:
VNC_RemoteSupport.dmg

Let me know if it is helpful.
-Beach
-
- User
- Posts: 19
- Joined: Tue Jan 24, 2006 12:40 pm
I just tested 'Chicken of the VNC' and it works fine. Just select 'Listen for Server' under the 'Connection' menu items.
http://sourceforge.net/projects/cotvnc/
http://sourceforge.net/projects/cotvnc/
-Beach
-
- User
- Posts: 19
- Joined: Tue Jan 24, 2006 12:40 pm