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

https://github.com/andreaspeters/enyojs-hamdashboard

HAM Radio Dashboard for WebOS
https://github.com/andreaspeters/enyojs-hamdashboard

Last synced: 5 months ago
JSON representation

HAM Radio Dashboard for WebOS

Awesome Lists containing this project

README

          

# HAMRadio Dashboard

I've developed a hamradio dashboard for my deprecated HP WebOS tablet (the
TouchPad). It displays solar weather, band conditions, and the 11 closest
ham‑radio satellites.

It also works in any Chrome‑based browser, but you must disable web‑security
so the page can fetch TLE data and solar‑weather information from external sites.

Example:

```bash
chromium --allow-file-access-from-files --test-type --disable-web-security
--user-data-dir="/tmp/chromium1"
```

Important: Never use this configuration for general web browsing. It is
extremely insecure. Use it only for the dashboard and be sure to re‑enable
security afterwards.

## TLE Update

I'm using TLE files from [Celestrak](https://celestrak.org/NORAD/elements/amateur.txt).
The dashboard will update it once per day. As fallback, it's using an old file
under `source/data`. For WebOS; I think I will change it to the internal user
storage.

## Credits

- Free vector world map data @ naturalearthdata.com.
- Solarweather data @ hamqsl.com
- TLE data @ celestrak.org
- Aurora data @ noaa.gov
- Satellite JS lib @ github.com/shashwatak under MIT License

## Screenshot

![clipboard_20260120163645.bmp](vx_images/clipboard_20260120163645.bmp)
![clipboard_20260121190005.bmp](vx_images/clipboard_20260121190005.bmp)
![clipboard_20260120184127.bmp](vx_images/clipboard_20260120184127.bmp)