You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for SDRPlay API version 3 which is required for new devices (notably RSPdx). API version 2 is still supported, however it will probably be removed in a future release. It is possible to have both versions installed simultaneously and to choose which one to use at runtime. See README.md for details.
Added --milliseconds option which enables printing timestamps in message headers up to a millisecond precision. Note that the arrival timestamp is stored per VDL2 burst, not per VDL2 message. Since a VDL2 burst may contains more than one VDL2 message, all messages extracted from a single burst will still have exactly the same timestamp value, regardless of whether millisecond precision has been enabled or not.