Skip to content

janbraun/vrpn-test-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal, echoing VRPN test client

The client will connect to a tracker given by the command line and echo all messages received verbosely, parsing them according to the general scheme used at the DPZ, i.e., as KEY,VALUE pairs.

Usage

./vrpn_test_client [email protected]

Compilation

We use a simple cmake system without any real configuration. In the source directory, try: mkdir build cd build cmake .. make

afterwards, the vrpn_test_client binary should be in the build directory. The only thing which is important is that the vrpn library can be found. If not, please contact Jan, or set the CPATH, LD_*_PATH and other variables accordingly.

About

A very simplistic, echoing vrpn test client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published