CzADSB-Mlat server: Porovnání verzí
Z Poznámkový blok
(→Příprava) |
(→Příprava) |
||
| Řádka 25: | Řádka 25: | ||
source $VENV/bin/activate | source $VENV/bin/activate | ||
pip3 install -U pip | pip3 install -U pip | ||
| − | pip3 install numpy scipy pykalman python-graph-core uvloop ujson Cython setuptools | + | pip3 install numpy scipy pykalman python-graph uvloop ujson Cython setuptools |
| + | |||
| + | pip3 install numpy scipy pykalman python-graph-core uvloop ujson Cython setuptools==81.0.0 | ||
Verze z 1. 3. 2026, 18:39
Verze
- https://github.com/mutability/mlat-server - 11 let starý kód, který se již neaktualizuje
- https://github.com/adsb-related-code/mlat-server - hlavni zdroj ! This branch is 363 commits ahead of mutability/mlat-server:master
- https://github.com/TanerH/mlat-server - starý kód, který se již neaktualizuje This branch is 1 commit ahead of and 320 commits behind adsb-related-code/mlat-server:master
- https://github.com/adsbexchange/mlat-server This branch is 1 commit behind adsb-related-code/mlat-server
- https://github.com/wiedehopf/mlat-server This branch is 325 commits ahead of and 1 commit behind TanerH/mlat-server
- https://github.com/adsblol/mlat-server This branch is 21 commits ahead of wiedehopf/mlat-server:master
Příprava
sudo apt update && sudo apt upgrade -y sudo apt install --no-install-recommends --no-install-suggests -y \ git build-essential debhelper pkg-config fakeroot libncurses-dev zlib1g-dev libzstd-dev help2man rsync sudo apt install --no-install-recommends --no-install-suggests -y \ devscripts tcl8.6-dev autoconf python3-dev python3-venv python3-setuptools python3-build python3-pip python3-wheel \ libz-dev openssl libboost-system-dev libboost-program-options-dev libboost-regex-dev libboost-filesystem-dev patchelf
apt install python3-pip python3 python3-venv gcc VENV=/opt/mlat-python-venv rm -rf $VENV python3 -m venv $VENV source $VENV/bin/activate pip3 install -U pip pip3 install numpy scipy pykalman python-graph uvloop ujson Cython setuptools
pip3 install numpy scipy pykalman python-graph-core uvloop ujson Cython setuptools==81.0.0