User:Dzonatas Sol/Communicator

From Second Life Wiki
< User:Dzonatas Sol
Revision as of 13:51, 3 December 2009 by Dzonatas Sol (talk | contribs) (Documentation and Issues related to SNOW-375)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Please feel free to update this page as needed.

Documentation

Notes related to SNOW-375 on how to download, compile, install, and run the viewer with detached windows.

Use git to download the repository:

$ git clone http://gitweb.dzonux.net/project/communicator.git

There are a few branches:

master              - final published branch of current source
communicator        - main development branch (merges into master)
communicator.X.X.X  - tagged branches of specific version X

Refer to my notes on my compilation experience of Snowglobe on Linux.

Issues

  • Need to automatically spawn Communicator when Snowglobe starts. Currently have to spawn separately.
  • Need a preference panel option to set address of Web/REST server port. (Used to connect from communicator to viewer asynchronously.)
  • Need a preference panel option to set address of default TCP dial-out port. (Used to connect from viewer to communicator synchronously.)
  • Update cmake build-package to include communicator and extra libs if specified on cmake config or make command, but not to include by default.