Andrew Whewell

Results 14 comments of Andrew Whewell

I can see where the exception shown in the log is getting thrown, it's during the creation of an `IApplicationInformation` object at the start of `BackgroundThreadMethod` in `BackgroundThreadQueue`. I suspect...

Just to keep this current, @Dom2364 was kind enough to send a crash dump but unfortunately the stack frame for the thread that threw the exception doesn't have the thread...

Sorry for the delay in replying! The ADSB spec lets aircraft transmit speeds as one of ground speed, IAS or TAS. VRS can (or should!) be able to tell what...

Thanks for that, I wasn't aware that PowerShell ran under Linux. It would be nice to be able to use PowerShell instead of batch files, particularly if I can ditch...

I've removed the _PostBuild scripts for the plugins, utilities and executables that had one and replaced them with a single _PostBuild.ps1 script. There's still a post-build on the main VirtualRadar...

There is already support for the fake -TWR model type code. That shows up as a tower icon rather than a turbine icon, but the intention is that it covers...

The database writer only saves one feed. What is the format of the feed that is being recorded? The database writer plugin would filter those tilde ICAOs out. That filtering...

@marcus-aa Sorry for the delay. I'm currently (slowly) porting the BaseStation database code to .NET Core and I noticed in there that one of the functions that gets used to...

You could try checking that VRS is connecting properly and that messages are getting through - but TBH looking at your screenshot it looks like the thing you're using for...

The ICAO ID (aka the Mode-S identifier) is a 24 bit number usually expressed as a six digit hexadecimal number. Zero is not valid, so the range in hex is...