Skip to content

vatger/atciss

Folders and files

NameName
Last commit message
Last commit date
Feb 25, 2025
Feb 17, 2025
Mar 8, 2025
Feb 17, 2025
Feb 8, 2025
Mar 19, 2024
Jan 15, 2024
Feb 6, 2024
Dec 14, 2023
Feb 5, 2024
Aug 13, 2024
Aug 22, 2023
Jan 25, 2025
Jun 21, 2024
Sep 26, 2023
Sep 18, 2024
Feb 6, 2024
Sep 18, 2024
Nov 26, 2024
Feb 8, 2025
Feb 17, 2025
Mar 7, 2025
Mar 6, 2025

Repository files navigation

ATCISS [atʼkiss]

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