There's currently no way to get aggregated data about speed distribution. You can only get the average for vehicles detected since last update. If you use sendOnChange (rpeviously known as updateRate=0) you get a message for each vehicles detected, and can then do the computations yourself later, but it can take a lot of bandwidth to send a message for every vehicle.
We could either add a message that provides an aggregated speed distribution for vehicles since the last update, eg:
There's currently no way to get aggregated data about speed distribution. You can only get the average for vehicles detected since last update. If you use sendOnChange (rpeviously known as updateRate=0) you get a message for each vehicles detected, and can then do the computations yourself later, but it can take a lot of bandwidth to send a message for every vehicle.
We could either add a message that provides an aggregated speed distribution for vehicles since the last update, eg:
But should the bins be configuration..?
Or we design a more general way to fetch data about each detection since last update, that can include speed, vehicle type, direction, etc. eg: