- number of activated licenses;- how many licenses are currently in use;
This will be available when we release the TurboFloat Server API. Right now it's handled internally. Although you can know the important stuff (like when the number of leases is depleted) by calling TF_RequestLease() and it returns TF_E_NO_FREE_LEASES. See TurboFloat.h
Also, you can get this information currently by parsing the log file.
But, short answer: this will be easily available when we release the TurboFloat Server API.
- application name and version.
You can get that by parsing the Window Service details. Or just using the version ID and displaying a cached version.