OpenIGTLink/Simlators
From NAMIC Wiki
Home < OpenIGTLink < Simlators
Building Simulator Programs
The simulator programs come with the OpenIGTLink Library. You can find source codes in the OpenIGTLink/Examples directory. Please refer this page to build the library with the simulator programs.
If the simulator programs are successfully built, you could find the binaries in the OpenIGTLink-build/bin directory.
List of Simulators
Example Name | Directory | Description |
TrackerClient.cxx | Example/Tracker | Example to send dummy tracking; works as a TCP client. |
TrackerServer.cxx | Example/Tracker | Example to send dummy tracking; works as a TCP server. |
ReceiveServer.cxx | Example/Receiver | Example to receive tracking data; works as a TCP server. |
ImagerClient.cxx (to be added) | Example/Imager | Example to send image data; works as a TCP client |
ImagerServer.cxx (to be added) | Example/Imager | Example to send image data; works as a TCP client |