chembergj / RDF

Radio Direction Finder plugin for Euroscope
GNU General Public License v3.0
28 stars 2 forks source link

Support for VectorAudio #9

Open pierr3 opened 1 year ago

pierr3 commented 1 year ago

Hey there,

My audio-for-vatsim client, VectorAudio, is now used by a couple of users who have requested that I build in an interface for the RDF plugin. Given that VectorAudio runs cross-platform, I could not use the hidden window trick, but built in a webserver that can be called to obtain who is currently transmitting. You can find the docs here.

Implementing should not be too hard, it should just be calling the endpoint in OnTimer, and then essentially running ProcessMessage on the return. I am currently using commas as delimiters, but happy to switch to ":" if that's easier.

Thanks for the help!

KingfuChan commented 1 year ago

I've forked this repo and basically re-work everything except drawing circles/lines and dealing with AFV. Now I make it work with VectorAudio. https://github.com/KingfuChan/RDF/releases/tag/v1.3.0

jonaseberle commented 1 year ago

@chembergj would it be possible to get this merged if we prepare a pull request?