Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henriquesebastiao/satround

Mobile decoder of APT analog signals from NOAA satellites written in Python.
https://github.com/henriquesebastiao/satround

buildozer kivy kivymd noaa-satellite noaa-weather

Last synced: 12 days ago
JSON representation

Mobile decoder of APT analog signals from NOAA satellites written in Python.

Awesome Lists containing this project

README

        

# Satround - NOAA APT Decoder for Android

Decode analog APT signals from NOAA weather satellites with your mobile phone.

> [!NOTE]
> This application is an attempt to port an APT decoder to mobile devices. The decoding script is written in Python and does not work in all cases. Any help in developing and improving the application is very welcome.

The mobile application is developed with Python and Kivy with (KivyMD), I know it's not the best alternative, but it's what I can get my hands on. The decoding script is based on the [NOOA Decoder](https://github.com/mimimaki/NOAA_decoder) project by [@mimimaki](https://github.com/mimimaki), thank you very much for that.

## Example

![Example image](./example/decoded.png)

## Alternatives

If Satround doesn't work for you, try some of the alternatives below:

- [martinber/noaa-apt](https://github.com/martinber/noaa-apt), written in Rust.
- [Xerbo/aptdec](https://github.com/Xerbo/aptdec), written in C.