Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ecc253d055 | |||
| 1697bb7032 | |||
| ce57d9afca | |||
| 8e6fc93f3b | |||
| 60c4770404 |
@@ -0,0 +1 @@
|
|||||||
|
buy_me_a_coffee: adsbit
|
||||||
+3
-2
@@ -17,8 +17,9 @@ __pycache__/
|
|||||||
.claude/
|
.claude/
|
||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
|
|
||||||
# Gitea token
|
# Local secrets / tokens
|
||||||
.gitea-token
|
*.token
|
||||||
|
.git-credentials
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
# Pre-commit hooks for ADS-Bit.
|
||||||
|
#
|
||||||
|
# Setup (once):
|
||||||
|
# pip install pre-commit
|
||||||
|
# pre-commit install
|
||||||
|
#
|
||||||
|
# Thereafter gitleaks scans every commit for secrets (tokens, keys,
|
||||||
|
# password hashes) before they can reach gitea or the public GitHub mirror.
|
||||||
|
# Run manually across the whole tree with: pre-commit run --all-files
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/gitleaks/gitleaks
|
||||||
|
rev: v8.18.4
|
||||||
|
hooks:
|
||||||
|
- id: gitleaks
|
||||||
@@ -6,7 +6,19 @@
|
|||||||
|
|
||||||
A retro SNES-style side-view flight tracker that displays ADS-B aircraft data with custom pixel art sprites.
|
A retro SNES-style side-view flight tracker that displays ADS-B aircraft data with custom pixel art sprites.
|
||||||
|
|
||||||

|
## Screenshots
|
||||||
|
|
||||||
|
### Live viewer
|
||||||
|
|
||||||
|
Real-time ADS-B traffic rendered as pixel-art sprites over a directional background — here the East view, with a desert skyline on the horizon. Aircraft are labelled with callsign, altitude, and distance, and listed in the sidebar sorted by range.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### In-app pixel editor
|
||||||
|
|
||||||
|
Draw and edit aircraft sprites directly in the browser: pencil, eraser, line/rectangle/ellipse shapes, fill bucket, select & move, zoom/pan, undo/redo, custom palettes, and an adjustable reference overlay. Saving uploads the sprite back to the running tracker — no external tools needed.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -27,7 +39,7 @@ A retro SNES-style side-view flight tracker that displays ADS-B aircraft data wi
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://gitea.chops.one/allen/ADS-Bit.git
|
git clone https://github.com/AllenNPIT/ADS-Bit.git
|
||||||
cd ADS-Bit
|
cd ADS-Bit
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
@@ -124,8 +136,8 @@ ADS-Bit uses a first-run setup wizard to configure your installation. You can al
|
|||||||
"receiver_port": 30003,
|
"receiver_port": 30003,
|
||||||
"location": {
|
"location": {
|
||||||
"name": "My Location",
|
"name": "My Location",
|
||||||
"lat": 36.2788,
|
"lat": 0.0,
|
||||||
"lon": -115.2283
|
"lon": 0.0
|
||||||
},
|
},
|
||||||
"web_port": 2001,
|
"web_port": 2001,
|
||||||
"theme": "desert"
|
"theme": "desert"
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 899 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 304 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 904 KiB |
Reference in New Issue
Block a user