Posts Tagged ‘demo’

first gui client demo

Saturday, January 12th, 2008


It’s been a while since our last post, but it was worth the wait. This screencast shows the first demo of our sync client including a graphical user interface. The video shows the following steps:

  • empty database on the fruuxServer
  • the content of the local addressbook
  • installing and running the client
  • fruuxServer database in sync with local addressbook
  • changing a name in the local addressbook
  • syncing again
  • fruuxServer database in sync again

Just some comments:

  • yes the gui isn’t very pretty yet and we have to add our logo
  • the screencast shows just first- and lastname in the database of the fruuxServer, but of course all other entities have been synced as well. the system is able to handle all the custom entities!
  • there is no public betatesting yet, but hopefully soon

Looking forward for your comments.

first (commandline)client demo

Tuesday, December 18th, 2007


This screencast shows a very early version of our sync client. So far there’s no graphical user interface. We just wanted to share this video with you as a little non-vaporware proof.

What actually happens in the video is the following:

  • the client uploads the local addressbook to the server
  • the local addressbook is deleted
  • the client runs again and fetches all the previously uploaded records from the server

Even in this early version we already support every entity of the addressbook, including the custom entities.

Just in case you wonder, why the client fetches all the records from the server during the second run instead of deleting them on the server as well (this is what would happen in a real sync): we cheated a bit. the second time the sync-client is invoked, it gets a special parameter that forces the client to rebuild the addressbook with the data stored on the server.