Skywarn replacement

Im ready to release my skywarn replacement system.
CAP-WARN. Not related totaly my own code. Its not Skywarn

Installs from repo no file editing easy setup. Installs and updates are by apt-get

NWS, Hurricane tracking center ,PI CPU temp and low voltage alerts.
uses voicesRSS.org or asl-tts. VoicesRSS is better get a free key first.

Uses your LAT / LON

Blog KJ5MZL

curl -sSL [https://raw.githubusercontent.com/tmastersmart/cap-warn/main/install_capwarn.sh](https://raw.githubusercontent.com/tmastersmart/cap-warn/main/install_capwarn.sh) | bash

Just run the installer it installs the repo and launches install then run setup.
sudo bash setup.sh

This is designed for users who don't want to edit anything.
Read the blog post for more info. And report any problems.

Designed to just work and be upgradable through the apt-get updates.
Made in Louisiana...........
You should have fun and not worry about setting things up.

Updated. new release slight bug fix

Just WOW! I really appreciate the work you all are doing to overhaul our ecosystem. It will be truly amazing to have Skywarn and all spotters like me able to connect and share data. Then we really will have a Ham radio system that NOAA and all the civil warning networks will sit up and take us seriously for front line response to weather energencies. Kudos and 73 fellas! Craig @ EN52xk with KD9UQE.

This is not a "Skywarn replacement".

SKYWARN® is a registered trademark of the National Weather Service. There is no software called "Skywarn".

If you are going to pass this off as something you wrote from scratch, then I would recommend cleaning the AI prompts you used to generate this out of your README.md.

Thats why i don't use the name skywarn. It replaces skywarn its called cap-warn. Sorry for confusion.

No confusion "hear!"

Again you can not replace skywarn as it is a trademark of the nws which you poll LOL.

Also to claim gps based is very misleading as you are defining coordinates and not actually using gps.

SkywarnPlus-NG has true gps support which means the node is a true mobile device that will adjust its location on the fly when traveling.

its Uses your LAT / LON But thats a great ideal i can add GPS support

There's an error in your curl syntax

Update:
CAP‑WARN now includes full GPS support for mobile and traveling nodes.
If a GPS is connected, CAP‑WARN will automatically:

  • Detect the GPS

  • Use live coordinates

  • Override the configured LAT/LON

  • Track movement for storm‑distance filtering

  • Report GPS status (No Fix / 2D / 3D / satellites used)

If no GPS is found, it falls back to your configured location.

Current Features

  • NWS CAP alerts

  • National Hurricane Center cyclone tracking

  • Raspberry Pi CPU temp + low‑voltage alerts

  • GPS auto‑detection for mobile nodes

  • Voice output via VoiceRSS or asl‑tts

  • Installs from repo, no file editing

  • Fully upgradable through apt‑get

  • Designed to “just work” for non‑technical users

    Install code

    curl -sSL https://raw.githubusercontent.com/tmastersmart/cap-warn/main/install_capwarn.sh | bash
    
    

    If you still get an error, try this alternate form:

    Code

    curl -fsSL https://raw.githubusercontent.com/tmastersmart/cap-warn/main/install_capwarn.sh | bash
    
    

Upgrade Commands

To update to the latest release:

Code

sudo apt-get update
sudo apt-get install --only-upgrade cap-warn

Or upgrade everything:

Code

sudo apt-get upgrade

Force reinstall if needed:

Code

sudo apt-get install --reinstall cap-warn

Let me know if you run into any issues or have feature requests.

It should be should be fixed now

I get that you are trying to put out something useful, you really need to review the actual code AI has spit out for gps, you have many undeclared globals that are never even set or used for that matter.