Dump1090 for Windows with tar1090

 

Thanks to @oblivian who guided me to the above noted Github site

How To Use Pre-built dump1090.exe

STEP-1: Download zip file:
https://github.com/gvanem/Dump1090/archive/refs/heads/main.zip

STEP-2: Unzip the diwnloaded file. You will get a folder named Dump1090-main

STEP-3:Enter folder Dump1090-main. In this folder you will see a Windows executable file dump1090.exe

STEP-4: Open a terminal (Windows Command or Power Shell), and type following, and press Enter:

.\dump1090.exe --interactive --net

STEP-5: In browser, go to localhost:8080 to see tar1090 map.

STEP-6: To set your location on map, edit file dump1090.cfg and scroll down to this line and change values to your location.

homepos = 60.3045800,5.3046400 # Change this for your location (no default value)

Save file, close command / powershell window and restart as per item (4) above. Reload browser (F5)

 

Screenshot 1 of 4

 

Screenshot 2 of 4

 

Screenshot 3 of 4

 

Screenshot 4 of 4

 

2 Likes

How do i feed this to different feeders, is windows best or linux best.

It is mainly meant for viewing aircraft on tar1090 map on your Laptop without using a Pi, for example when traveling in a car.

It cannot feed sites like Flightaware, Flightradar24, Adsbexchange etc, as these provide feed clients only for Linux. However it can feed following sites which provide Windows based feed client also:

  • Planeplotter
  • Planefinder
  • Radarbox24
1 Like

Blast. I need a port of the readsb functions now :slight_smile:

Have been using a pi for the json output (Read and display on a different PC) for some custom manipulation/queries for traffic centred on a airport for a while.
And liked the idea of helping someone use it on a pre setup windows device rather than roo much additional hardware/software.

Enter this dump1090 with tar.

Unfortunately didn’t realise the extra fields like reg/make/ascend+descend were inserted from readsb extra function instead. So fast turning into a more complex solution Afterall

Might have to bundle it into a VirtualBox diet pi install instead.

Out of box this build does support some basic net-only modes to capture from other software/sources like virtualradar or rtl1090 however.

For tar1090 & readsb, @wiedehopf may help

If you are installing it in VirtualBox on a amd64 / x86_64 computer, DietPi arm or aarch64 wont work. You will have to install DietPi for x86_64.

Go to Image download page : https://dietpi.com/

Scroll down to following x86_64 options two options (BIOS and UEFI)


 


 

LATER ADDITION:

(1) To install dump1090-fa

sudo bash -c "$(wget -O - https://github.com/abcd567a/piaware-ubuntu-debian-amd64/raw/master/install-dump1090-fa.sh)"  

 

(2) To install tar1090:

 
sudo apt install curl

sudo bash -c "$(wget -nv -O - https://github.com/wiedehopf/tar1090/raw/master/install.sh)" 

 

 

 

 

Yeah I’d get it right first time. Have a working x86 desktop raspian one already.

There is an adsb.im image for Virtual box you can use via “import appliance”.
Virtualbox on windows seems to have USB passthrough at least for me that doesn’t hurt MLAT.

1 Like

Funny enough I was looking at that come 1am after some midnight oil burning before bed.

My current test bed is raspian and using usb (or net from real antenna) and sending data back n forth between host. So yep can confirm it seems to handle UDB quite stable and poss a bit better than some virtualisation platforms.

In the use case mlat isn’t really going to be on the radar as it were. Focus will be more local tar map/separate json manipulation for display rather than the usual aggregators that need some more clicking.

Do need to be Able to serve some .php too however. So torn between vbox configuring or just wamp+dump/tar on the host since ill be teaching someone else to use it