ADS-B message recorder
Project description
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
pipenv
to 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-track
package 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
adsb-track-0.1.1.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file adsb-track-0.1.1.tar.gz
.
File metadata
- Download URL: adsb-track-0.1.1.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 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.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10a2ef6ed18c5f93e60406f2acddcdddd5abd1d933019ab6249645616b70de5c |
|
MD5 | d65f85156a3b46de84bec7e1dc063915 |
|
BLAKE2b-256 | 3736280674e314235a96c026fa8291fdb57dedeebd07108dedc10a1b4c36cfb8 |
File details
Details for the file adsb_track-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: adsb_track-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 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.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f45ca8f3bb759b68627558a162574b50fca0669c8770937479f50b6605b8b792 |
|
MD5 | 28a45d706fc7d61cafec1582bf45f31d |
|
BLAKE2b-256 | 4f2c52bb51558e273ab55f1c1969a07796796c44fed92dd3b993daec32e9fba8 |