Whatever You Want

Using special sensors you can obtain data from different sources. You can create a script or a program for fetching data using your favorite programming language. All you need - write to standard output stream like this:

printf("param1=%d\r\n", 42)
printf("param2=%s\r\n", "Hello World")

Then add the CGI Key=Value sensor to Gazer and specify the full path to the executable file. It's all.

If you want to write the complete result of the program execution into one data item, use the CGI sensor.

CGI sensor

Relevant Sensors

  • CGI sensor
  • CGI Key=Value Sensor