Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
/ QTMFinder Public archive

Tiny executable utility to list available QTM servers

Notifications You must be signed in to change notification settings

qualisys/QTMFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QTMFinder

QTMFinder is a tiny Windows application that lists any QTM servers that are available for communication via real-time or REST protocols.

Screenshot from QTMFinder

QTMFinder serves two purposes:

  1. It's a small but useful utility to have when developing applications for mobile devices that connect to QTM, especially when discovery is not trivial to implement on the device and IP addresses on the local network may change over time.
  2. It demonstrates the usage of the Qualisys Realtime SDK for .Net in a WPF application through a very simple yet complete example.