dernasherbrezon / r2cloud

Decode satellite signals on Raspberry PI or any other 64-bit CPU.
Apache License 2.0
255 stars 30 forks source link

Duplicate observations #127

Closed ArgoNavi closed 1 year ago

ArgoNavi commented 1 year ago

Im seeing duplicate observations appear on leosatdata some of which have more frames decoded than whats on r2cloud.

Screen Shot 2022-09-04 at 6 28 16 PM Screen Shot 2022-09-04 at 6 28 39 PM
dernasherbrezon commented 1 year ago

Most likely was caused by retry on the client side.

On the server side I added de-duplication based on start time and satellite name. This should solve this issue. Please re-open if occur again.