64bit Version
How to use
Run SystemHealthAPI.exe
A icon will appear in the system tray.
To view in a terminal
double click on the icon in the system tray and the terminal will open.
then right click on the icon in the system tray and click "Print Info" button.
to view using JSONP
the program open a port 9145
get a request using GET to http://{IPAddress}:9145/?callback={JSONPcallback}
replace the {IPAddress} with your systems ip address.
replace the {JSONPcallback} with your JSONP Call-back method name