Giter Club home page Giter Club logo

dump1090-web-modern's Introduction

Dump1090-Web-Modern

The goal of this project is to create a clean and modern interface for dump1090. The current one actually dates from more than 10 years ago.

This web service will work with this version of dump1090 :

This project is currently being developed and many things can be changed, if you have any ideas for additions do not hesitate to contact me ! This website therefore aims to be very simple to set up and allow as many people as possible to benefit from a web version in tune with the times and which does not look like a good old windows 98.

I'm using script from https://github.com/Slord6/1090webclient to show airplane on the map.

Backend / Frontend

As you can see there are two files: Backend and Frontend. These two files are independent of each other. If you only want the web part, you only need the Frontend file the backend part is not useful for the web part.

But what is the Backend part for ?

This allows you to create daily backups of the database. So if you want to use it you can get a daily relationship with all the planes detected by your receiver. It is also possible to link this part with Discord in order to receive the reports directly on Discord.

This part use node js. See Backend Readme for more informations.

Interface

Here are some images of the interface, as you can see, you can have access to a lot of information such as altitude, speed, heading, etc... but also the image of the plane and its type, its operator or even its manufacturer !

Errors

There are errors that can occur in the operation of this service. Indeed if you do not see any plane, check the console of your browser. This is surely due to the following error:

Access-Control-Allow-Origin' header is present on the requested resource.

In order to adjust this error you must go to the repository tar1090 and modify the file 88-tar1090.conf and add the following line:

$HTTP["url"] =~ "^/INSTANCE/data/aircraft\.json$" {
    setenv.add-response-header += (
      "Access-Control-Allow-Origin" => "*",  # <-- Add this line
      "Cache-Control" => "public, no-cache",
    )
}

If it does not work, you can try to install the following extension on your browser : Moesif Origin & CORS Changer

Sources

Database

You can use the database provided in the folder databate of the repository. This database lists any information on aircraft from their ICAO code (Hex) (register, type, model, manufacturer ...) and date of 2018.

Please note: if you want a more recent and much more supplied database (last update : 06/08/22) you can download it from the following link (download hosting on mega.nz) and replace the existing one in the folder database. This new database is obviously compatible and I strongly advise you to install it !

Do not hesitate to put a star if you like the project !

dump1090-web-modern's People

Contributors

lunnosmp4 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.