Michel Dagenais Michel Dagenais, GNU General Public License, 1998
michel.dagenais@polymtl.ca
Ecole Polytechnique
C.P. 6079, Succ. Centre-Ville
Montreal, Quebec, H3C 3A7
18 January 1998 distributed persistent graphics editor

A Simple Distributed Graphics Editor

This simple shared graphics editor is a good example of network and stable objects usage. It enables simultaneous editing of a board by several users.

board
Base library used by board server and client.
boardclient
Client graphical editor, exchanging update information with the connected board server.
boardserver
Board server exchanging update information with connected clients, and managing the storage of boards.
calendar
A simple shared calendar application based on the board library and boardserver.