ADS-B Track
Python logging utility for ADS-B receivers.
Basic Installation
pip install adsb-track
Developer Installation
- Clone the repository
git clone https://github.com/xander-hirsch/adsb-track. - Install
pipenvto the user pip installation withpython3 -m pip install pipenv --user --upgrade - Install the project pipenv developer environment.
Navigate to the project directory root.
Run the command
python3 -m pipenv install --dev. - Install the
adsb-trackpackage to the pipenv environment with the commandpython3 -m pipenv run pip install -e .
Usage
The database recording functionality is provided in adsb_track/record.py
$ python -m adsb_track.record --help
usage: record.py [-h] [--host HOST] [--port PORT]
[--rawtype {raw,beast,skysense}] --lat LAT --lon LON
DATABASE
Capture and record ADS-B data.
positional arguments:
DATABASE The SQLite database file to record data.
optional arguments:
-h, --help show this help message and exit
--host HOST The host of the ADS-B source
--port PORT The port of the ADS-B source
--rawtype {raw,beast,skysense}
The ADS-B output data format
--lat LAT Receiver latitude
--lon LON Receiver longitude
Documentation
Release files for adsb-track 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| adsb-track-0.2.0.tar.gz | 10.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| adsb_track-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:22.9 kB
Release files / adsb-track-0.2.0.tar.gz
| Download URL | adsb-track-0.2.0.tar.gz |
|---|---|
| Size | 10.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
98bdb6c13291e3e025e69d77806ea4234879370b41aff757b453f70af4d4a042
|
|
BLAKE2b-256 checksum How to use checksums |
5ff315b97f061ef0e7b135f29fcb865cd820cb84d795dee6e6bc099912b5ac8a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8
|
Release files / adsb_track-0.2.0-py3-none-any.whl
| Download URL | adsb_track-0.2.0-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2cefe98923816da0ece9134a1265795c54436d01b9e573a2170b7b147dea1f17
|
|
BLAKE2b-256 checksum How to use checksums |
5b1dc2c1102b71e57f76178fb4005d27a5ba6bdac7ec6e338753f3f05b570ba7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8
|