Issue on radarcape timestamp decoding
xoolive opened this issue · 1 comments
xoolive commented
When messages are decoded live from a Beast raw feed, timestamp are decoded as a number of seconds since midnight of the same UTC day. It may happen that messages from the previous day are decoded on the next day, resulting in timestamps tagged in the future.
A security check should be implemented so as to not have messages coming from the future.
traffic/traffic/data/adsb/decode.py
Line 106 in c5e4d4a
xoolive commented