vote up 5 vote down star
6

I am looking for a good, free (preferred) screen sharing program that works well for pair programming and code review sessions for Windows (Vista x64, Server 2008). It should allow either person take control of the screen and be fairly responsive for text editing over decent broadband connections. Additional features like the ability to draw/mark/annotate the other persons screen would be nice.

Edit: This will be used by developers in remote locations.

flag

Make sure that your screen sharing program is window based rather than screen-region based... I have seen situations where people accidentally got other windows passing through the shared aware with interesting consequences. – Uri Jan 28 at 23:43

13 Answers

vote up 3 vote down check

Windows Shared View works for me. It allows you to only share certain windows and even shows where your "attendees" mouse is. It would be best to use that in connection with some sort of voip connection so that you don't have to type questions/responses back and forth.

link|flag
Didn't know about that software, thx – Daok Dec 8 '08 at 21:50
vote up 2 vote down

I haven't actually tried it yet, but it looks promising. Check out DimDim. They have a free web service and a VMWare image on Sourceforge.

link|flag
vote up 0 vote down

Would a VNC client not do the trick, combined with a one of those screen overlay apps people use for presentations (screenpen rings a bell)?

link|flag
My experience with using VNC for these situations it the amount of effort it takes to set-up, open firewall ports, send the other party your current IP generally makes it too cumbersome. Has there been any progress or projects that deal with these issues? Also, the speed hasn't generally been good. – duckworth Nov 14 '08 at 15:18
vote up 0 vote down

Do you need this to be remote? You could just have two monitors set to mirror and 2 USB keyboards/mice

If it is remote then VNC is the way to go, I would use UltraVNC if you are looking for a free version, it has more features (chat, file transfer) than the free version of VNC - it also has a video driver hook that means it suffers less from any weird screen issues than regualr VNC.
If firewalls are a problem you can simply set up a VPN (which is probably a good idea anyway - although ultra can do encryption).

link|flag
Yes, updates to indicate it will be used by remote locations – duckworth Nov 14 '08 at 15:23
vote up 0 vote down

Try Mikogo at www.mikogo.com

very easy to setup. no problems with Firewalls etc etc

link|flag
vote up 0 vote down

Another option is to use VNC, but use reverse connections. Have a look at this I use this in conjunction with No-IP to get a fixed address.

link|flag
vote up 0 vote down

And my final suggestion, but this is not one I've tried. Go to Crossloop

link|flag
vote up 0 vote down

How about any of the services like Joel's https://www.copilot.com/?

link|flag
vote up 0 vote down

Have you looked at the collaboration module that comes with netbeans? Its very useful for pair programming!

link|flag
vote up 0 vote down

If you're using eclipse, you might wanna try ECF. There's a video presentation available here.

link|flag
vote up 0 vote down

For a poor-man's solution, you can use the free edition of RealVNC. On the server, un-check all of these boxes:

alt text

link|flag
vote up 0 vote down

On OSX, I've used vim and a multi-user GNU screen session - this gives much better responsiveness than VNC, screen-sharing, etc. I guess you could use these with Cygwin?

link|flag
vote up 2 vote down

TeamViewer from http://www.teamviewer.com/ works very well. We use it for pair programming between London and Ukraine.

Notes:

  1. We use Skype for voice.
  2. TeamViewer uses extremely low bandwidth - 4kbyte/sec on average for programming in Visual Studio 2008 @ 1024x768 resolution.
  3. Can swap roles from hotseat to viewer with a button.
  4. The remote view of the screen can be resized to fit in a smaller area with no loss in usability.
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.