I am a PPL of some 1000 hours and am now a CAA PfCO for drones. Started using the adsbexchange on a laptop while out on location with mixed success depending on wifi / 4g coverage. This is of great help as military helicopters regularly fly over the area at low altitude as well as some civilian. So I decided to go one step further and bought a MicroRadarBox USB dongle and downloaded their software. Adsbexchange software took about 10 to 15 minutes to get the hang of and setup for my area - brilliant but had to use WiFi through 4g - not good in remote areas. The RadarBox software would have been great with the dongle but it was not. In fact it was awfull !! I spent hours trying to set it up - the feeds were coming in but the map interface is dreadful and would not download optional maps. It ignored my settings and filtering was very limited. In the end I got fed up with it. So here is my question. Can I configure the usb dongle through the virtual server software to work with adsbexchange ? I have installed the server software and it seemed to recognise the dongle but the dongle would not let it connect. I have checked through the forum but not found any answers as to why. Can anyone help please as I really really want to stay with ADBSEXCHANGE. Keep up the good work. ttfn
Which OS? If windows there are some post about how to feed ADSBx. Give more details, I can prepare step by step instructions for you.
Hi and thanks. Its Windows 10 on a Lenovo Thinkpad X1 Carbon laptop. The usb dongle is a new Micro RadarBox unit.
To feed from windows first install ntp service from https://www.meinbergglobal.com/english/sw/ntp.htm#ntp_nt_stable Download Run as admin. Let me know when ready.
[QUOTE=" Download View attachment 1071 Run as admin. Let me know when ready.[/QUOTE] I have installed the ntp service however the ntp package just throws up a png image. Will do a google search.
I have installed the ntp service however the ntp package just throws up a png image. Will do a google search.[/QUOTE] OK both installed.
Did you install dongle driver? If not download Zadig https://zadig.akeo.ie/ and follow instructions https://github.com/pbatard/libwdi/wiki/Zadig
A driver was installed however I have now reinstalled with the above. Running virtual server port 30005 shows as connecting however when I run the wizard to autoconfigure I cannot get the usb serial port number. So no data is coming through. Will google again to find help for usb com ports. It seems very close to working !!
You need decoding sofware to connect to VRS. One option is ModeSDeco2 with built in web server for visualization http://xdeco.org/?page_id=30 other is dump1090 for windows (needs software for visualization like VRS) https://www.dropbox.com/s/y90ze0o0q9b4456/DUMP1090.zip?dl=0 Install one of those.
Ok - installed ModeSDeco2 and ran it. Now VirtualServer cannot connect to dongle - reports dongle rejected connection. Not found the ModeSDeco2 web server either. Checking the ModeSDeco2 ini file but no idea what needs changing ?
Wait, edit .bat file - replace xx.xx and yy.yy with your lat/lon Code: @echo off cmd /c modesdeco2.exe --gain 49.6 --freq-correction 0 --location xx.xx:yy.yy --web 8089 --beast 30005 --msg 30003 --sbs10001 10001 PAUSE exit run .bat file. open in browser localhost:8089 - you should see website with stats, map etc.
[QUOTE="MDA, post: 633970, member: 894" It should connect to modesdeco2.[/QUOTE] OK VRS is showing connection and aircraft which are also on the localhost map. I am trying to find the bit where ADBSExchange gets the connection to VRS and receives aircraft data ? So very very close now.
next step: install mlat client https://www.dropbox.com/s/b6fvn3qg1nymewi/MLAT_client_WIN.zip?dl=0 edit .bat replace xx.xxxxx, yy.yyyyy, zzz and yourusername with your coordinates and username you want (has to be unique) Code: mlat-client.exe --lat xx.xxxxx --lon yy.yyyyy --alt zzz --user yourusername --input-host localhost --input-type dump1090 --input-port 30005 --output-host feed.adsbexchange.com --output-port 31090 --no-udp pause