# Wish: P2P Virtual Office

Development @ 05 January 2007

I work for a couple of companies whose employees are distributed across timezones and countries and someone needs to write a bit of software to make this easier. Something like BoxCloud combined with Subversion. The idea being that all shared files exist on each individual machine and are synchronized when people come online. All previous versions of the documents are stored as well. A new file can be shared with everyone just by placing into a special folder on ones computer, which is monitored by the client.

Then, you need a Push-to-talk voip system. Often you dont need to have a full conversation with someone, but instead let them know what your doing, or that you have just updated a document, etc. A special key on the keyboard (maybe caps lock? put it to some good use) will enable you to say a few words to a person or to the whole team.

One Response to “Wish: P2P Virtual Office”

  1. bard Says:

    Take a look at SamePlace. It is based on XMPP, which has powerful publish-subscribe extensions, so things like “Often you dont need to have a full conversation with someone, but instead let them know what your doing” should be quite easy to accomplish. Plus you don’t need to modify the client to add new kinds of interactions: just write them as web pages, upload them, and share the URL with your contacts.

Leave a Reply