I have a device that I am collecting measurements from via Mango. It is configured as a serial Modbus source, and I can poll the device with any frequency needed.
What is the simplest/most efficient method to make use of Mango's "logging properties" (i.e. averaging over an interval) and move these averages into a MySQL database source?
I would really appreciate any thoughts, pointers, or warnings you may have. Thanks!