Skip to content

ogruetzmann/atciss

 
 

Repository files navigation

ATCISS

ATCISS is an acronym for the Air Traffic Control Information Support System that is used by the Deutsche Flugsicherung (DFS) in German airspace. This is an implementation that aims to replicate the real ATCISS with information and data from the VATSIM network for use by the controllers of VATSIM Germany.

Screenshots

map

atis-afw

ac-data

notam

loa

Development

The backend is packaged with poetry. A package build, docker image build and development shell is available using Nix Flakes and direnv. A full development environment using docker-compose is also availabe.

Run the API

atciss serve

Run the worker & task scheduler

atciss worker
atciss scheduler

Run the frontend

npm start

Build docker images

nix build .#frontend-image
nix build .#backend-image

Migrations

alembic revision --autogenerate -m comment
alembic upgrade head

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.6%
  • Python 40.2%
  • Nix 3.8%
  • CSS 0.8%
  • Dockerfile 0.2%
  • Mako 0.2%
  • Other 0.2%