JDVB


Navigation

  1. About
  2. Installation
  3. Changes
  4. Usage
  5. Screenshots
  6. Sources
  7. Todo
  8. Developers

Usage

Running the Server

For the moment, the server has to be run manually, but can be set to nohup in the case that you use ssh and want to log-off immediately:
$ java -Dprops.filename=<path to tvb.conf> -jar JDVBServer.java
The flags in <...> are mandatory. Just point it to where your local tvb.conf file is.

The server console has 2 commands at the moment:
channels: lists all the channels
quit: quit the server

Running the Client

For the client,
$ java -Dprops.filename=<path to tvb.conf> -jar JDVBClient.jar
Where tvb.conf file is the location of your file.
You can get more information from the SourceForge JDVB Project page.
SourceForge.net Logo Valid XHTML 1.0!