Skip to content

Commit

Permalink
Update supported devices, refactor README (#115)
Browse files Browse the repository at this point in the history
* Refactor Supported Devices
* Drop end of life balenaFin support
* Use SVG logo for header and minify it
  • Loading branch information
Teko012 authored Jul 5, 2024
1 parent bc296d1 commit d3e821b
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 350 deletions.
44 changes: 11 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

![balena ADS-B Flight Tracker](https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/header.png)
![balena ADS-B Flight Tracker](https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/header.svg)

**ADS-B Flight Tracker running on balena with support for FlightAware, Flightradar24, Plane Finder, OpenSky Network, AirNav RadarBox, ADSB Exchange, and Wingbits.**

Expand All @@ -24,38 +24,16 @@ Contribute to the flight tracking community! Feed your local ADS-B data from an
🗞  [Read past newsletters](https://buttondown.email/balena-ads-b/archive/)

# Supported devices
<table>
<tr><td>
<img height="24px" src="https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/arch/fincm3.svg" alt="fincm3" style="max-width: 100%; margin: 0px 4px;"></td><td>balenaFin</td>
</tr>
<tr><td>
<img height="24px" src="https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/arch/intel-nuc.svg" alt="intel-nuc" style="max-width: 100%; margin: 0px 4px;"></td><td>Intel NUC</td>
</tr>
<tr><td>
<img height="24px" src="https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/arch/jetson-nano-2gb-devkit.svg" alt="jetson-nano-2gb-devkit" style="max-width: 100%; margin: 0px 4px;"></td><td>Nvidia Jetson Nano 2GB Devkit SD</td>
</tr>
<tr><td>
<img height="24px" src="https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/arch/jetson-nano.svg" alt="jetson-nano" style="max-width: 100%; margin: 0px 4px;"></td><td>Nvidia Jetson Nano SD-CARD</td>
</tr>
<tr><td>
<img height="24px" src="https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/arch/orange-pi-zero.svg" alt="orange-pi-zero" style="max-width: 100%; margin: 0px 4px;"></td><td>Orange Pi Zero</td>
</tr>
<tr><td>
<img height="24px" src="https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/arch/raspberrypi3.svg" alt="raspberrypi3" style="max-width: 100%; margin: 0px 4px;"></td><td>Raspberry Pi 3 Model B+</td>
</tr>
<tr><td>
<img height="24px" src="https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/arch/raspberrypi3-64.svg" alt="raspberrypi3-64" style="max-width: 100%; margin: 0px 4px;"></td><td>Raspberry Pi 3 (using 64bit OS)</td>
</tr>
<tr><td>
<img height="24px" src="https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/arch/raspberrypi4-64.svg" alt="raspberrypi4-64" style="max-width: 100%; margin: 0px 4px;"></td><td>Raspberry Pi 4 (using 64bit OS)</td>
</tr>
<tr><td>
<img height="24px" src="https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/arch/raspberrypi400-64.svg" alt="raspberrypi400-64" style="max-width: 100%; margin: 0px 4px;"></td><td>Raspberry Pi 400</td>
</tr>
<tr><td>
<img height="24px" src="https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/arch/raspberrypi5.svg" alt="raspberrypi5" style="max-width: 100%; margin: 0px 4px;"></td><td>Raspberry Pi 5</td>
</tr>
</table>
| | Device |
|------------------------------------------------------------------------------------------------------------------------|---------------------------------|
| <img alt="Intel NUC" height="24px" src="https://docs.balena.io/img/device/intel-nuc.svg"/> | Intel NUC |
| <img alt="Nvidia Jetson Nano SD-CARD" height="24px" src="https://docs.balena.io/img/device/jetson-nano.svg"/> | Nvidia Jetson Nano SD-CARD |
| <img alt="Orange Pi Zero" height="24px" src="https://docs.balena.io/img/device/orange-pi-zero.svg"/> | Orange Pi Zero |
| <img alt="Raspberry Pi 3 Model B+" height="24px" src="https://docs.balena.io/img/device/raspberrypi3.svg"/> | Raspberry Pi 3 Model B+ |
| <img alt="Raspberry Pi 3 (using 64bit OS)" height="24px" src="https://docs.balena.io/img/device/raspberrypi3-64.svg"/> | Raspberry Pi 3 (using 64bit OS) |
| <img alt="Raspberry Pi 4 (using 64bit OS)" height="24px" src="https://docs.balena.io/img/device/raspberrypi4-64.svg"/> | Raspberry Pi 4 (using 64bit OS) |
| <img alt="Raspberry Pi 400" height="24px" src="https://docs.balena.io/img/device/raspberrypi400-64.svg"/> | Raspberry Pi 400 |
| <img alt="Raspberry Pi 5" height="24px" src="https://docs.balena.io/img/device/raspberrypi5.svg"/> | Raspberry Pi 5 |

Please [let us know](https://github.com/ketilmo/balena-ads-b/discussions/new) if you are successfully running balena-ads-b on a hardware platform not listed here!

Expand Down
1 change: 0 additions & 1 deletion balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ data:
- "raspberrypi4-64"
- "raspberrypi400-64"
- "raspberrypi5"
- "fincm3"
- "jetson-nano"
- "jetson-nano-2gb-devkit"
- "intel-nuc"
Expand Down
51 changes: 0 additions & 51 deletions docs/images/arch/fincm3.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/images/arch/intel-nuc.svg

This file was deleted.

30 changes: 0 additions & 30 deletions docs/images/arch/jetson-nano-2gb-devkit.svg

This file was deleted.

30 changes: 0 additions & 30 deletions docs/images/arch/jetson-nano.svg

This file was deleted.

Loading

0 comments on commit d3e821b

Please sign in to comment.