JDVB
Navigation
- About
- Installation
- Changes
- Usage
- Screenshots
- Sources
- Todo
- 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.