Verse

Network protocol for real-time sharing between graphical application

Download .zip Download .tar.gz View on GitHub

Verse 2.0

License

The source code of Verse library is licensed under BSD license. This library could be used for implementation of Verse client. The source code of Verse server is licensed under GNU GPL 2.0 license. For details look at files BSD-LICENSE and GPL-LICENSE.

Compile

Compilation of Verse 2.0 is tested only on Linux now. Some libraries and development tools are required. Porting to other UNIX like OS should not be problem.

Requirements

Building

To compile Verse server, libverse.ao and example of Verse client open terminal, go to root of verse source code and type:

$ mkdir ./build
$ cd ./build
$ cmake ../
$ make
$ sudo make install

Configuration

The verse server and example of verse client is not necessary to install to the system. Before you want to run Verse server you should edit your "database" of users. Go to the /etc/verse/ and edit user.csv. For more details read README.md from source directory.

Contacts

  • IRC: irc.freenode.net in channel #verse
  • Mailing list: verse-dev@blender.org
  • Main developer: Jiri Hnidek
    • E-mail: jiri.hnidek@tul.cz
    • Phone: +420 485 35 3695
    • Address: Studentska 2, 461 17, Liberec 1, Czech Republic