NaviTrack Tutorial:Integrating:Passing coordinates data

From NAMIC Wiki
Revision as of 03:12, 25 May 2007 by Tokuda (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < NaviTrack Tutorial:Integrating:Passing coordinates data

What you need to do

Sending side

Modify MyTutorialModule

pushpos.cxx

Receiving side

Modify MyTutorialSink

pullpos.cxx

Testing

Let's try to send position data from pushpos to pullpos program through network.

Configure NaviTrack XML files

tutorial_source.xml (for pushpos)

tutorial_sink.xml (for pullpos)

Run the programs

Open two terminals and go to the directory where the programs exists.

Terminal 1 (pushpos: sending side)

$ ./pushpos tutorial_source.xml

Terminal 2 (pullpos: receiving side)

$ ./pullpos tutorial_sink.xml





Back to Integrating into your application.