pvbrowser primer
Back Content Forward

Running demo

There is a demo pvserver included in the installation package. Change to the directory containing the demo and start the demo server.

cd /opt/pvb/pvsexample
./pvsexample

Within the console the demo pvserver prints the following: Info: going to accept on port 5050

This means that the server is waiting for clients on it's default port 5050. Currently the pvserver is started in foreground. Howto start pvserver in background will be explained later. The pvserver can be controlled with some options.

lehrig@nb3lehrig:/opt/pvb/pvserver> ./processview -h
ProcessViewServer 2.9 (C) by R. Lehrig 2000-2005       lehrig@t-online.de

usage: ProcessViewServer -port=5050 -sleep=500 -cd=/working/directory
default:
-port=5050
-sleep=500 milliseconds
-cd=/working/directory

Back Content Forward