Skip to content

Developers

Armin Burgmeier edited this page May 14, 2014 · 1 revision

Developers

The Gobby framework is split into three packages:

  • libinfinity, a GObject-based library implementing the core protocol. It also includes common UI components for the GTK+ toolkit which interface the text editing capabilities with GtkTextView, however this component is optional.
  • infinoted, a dedicated Gobby server based on libinfinity. It is included in the libinfinity repository.
  • Gobby, a GTK+ based client application.

Infinote Protocol

Gobby and infinoted use the "infinote" protocol for real-time collaboration.

Further Links

  • [Bug Reports](Bug Reports)
  • [API Documentation](API Documentation)
  • [Infinote Protocol Specification](Infinote Protocol Specification)
  • [Infinoted Plugin Development](Infinoted Plugin Development)