# 06-06 Rolling averages

Today I worked on doing a rolling average of all incoming client measurements. There were no issues. I am doing it on the server side because the client should not have to care about data processing. Its job is to collect as much data as possible and not worry about what to do with it.

Last Updated: 11/23/2020, 9:42:47 PM