Projects
Our primary project is Gobby, a collaborative editor that enables multiple users to edit the same document in real-time. Unless most previously available applications that offer the same features, Gobby is free software and available for Windows and common Unix platforms. It is built on top of Gtk2, net6 and obby.
net6 provides a simple network protocol to send primitives over the wire using TCP or UDP for transmission. obby provides a collaborative editing infrastructure with all necessary hooks and eye. Using both it is possible to create plugins or applications compatible to Gobby.
Gobby as well as net6 and obby are written in C++, but we intend to provide a reimplemented C version of the net6 and obby functionality at some point, for ease of integration of it into other applications and programming languages.

