#1
|
|||
|
|||
VRPN client for WorldViz PPT
Hi all,
I want to connect WorldViz PPT from a different PC over VRPN. When I use Vizard I can get the tracked values. But when I try using a C# client to connect it doesn't work. I use vrpnnet.dll and try to connect WorldViz PPT like: Using vrpn .... TrackerRemote tracker = new TrackerRemote("PPT0@134.103.176.150:3883"); tracker.PositionChanged += new TrackerChangeEventHandler(PositionChanged); while (true) { tracker.Update(); } Has anybody have a working client application to connect WorldViz PPT and get tracked values? |
#2
|
|||
|
|||
What version of the VRPN plugin do you have enabled in PPT and which version of VRPN is your C# client using?
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Client Server Networking Problem | pattie | Vizard | 12 | 07-04-2013 09:11 AM |
VRPN info | sdiverdi | Precision Position Tracker (PPT) | 5 | 01-16-2011 12:00 PM |
The problem of tracker using via VRPN | _kj_ | Vizard | 2 | 08-13-2009 12:03 AM |
VRPN won't update | Wytze | Precision Position Tracker (PPT) | 7 | 05-28-2008 07:15 AM |