Don, > However if you want to set up a shared training session is seems very > complex. > > Consider this... > > 10 students running Netmeeting to an OpenH323 gateway (something I've > already played with), with VNCViewer sessions open to look at > different > windows all happening accross bb connections (something you > can't do in NZ > because the cost of bb is simply far to high or the speed is > far to slow, > depending on which plan you choose).
I have done this. I can't connect to the OSTC server at the moment, but I think this is how I did it. I have a different version on VNC on my PC here at work. On the server run vncserver:1 -alwaysshared. This starts a virtual desktop that the clients will connect to. On one of the clients run vncviewer -shared host:1. This client will be able to control the mouse and keyboard. On the other clients, run vncviewer -viewonly host:1. These hosts can see what the other client sees, but can't control the mouse or keyboard. I use it at the OSTC instead of purchasing an expensive data projector. Later David Kirk
