Open-source, decentralized earthquake EARLY WARNING for Latin America.
Detects the P-wave near the epicenter and races an alert ahead of the destructive S-wave — seconds to take cover. Hybrid network: public seismographs + smartphones, with no mandatory central server.
- 🧬 earthnet-protocol — signed event format, Ed25519, shared detection core (Rust)
- 🖥️ earthnet-node — fusion + phase-association consensus + magnitude (Rust)
- 📡 earthnet-relay — low-latency fan-out (Rust)
- 📱 earthnet-mobile — on-device detection + S-wave countdown (Flutter)
- 🌐 earthnet-adapters — 284 South America seismograph stations, real-time (Python/ObsPy)
- 📊 earthnet-dashboard — network health (Next.js)
- 🧠 earthnet-knowledge — research-plane Knowledge Agent: RAG over events (Ollama)
- 📖 earthnet — project home & design
✅ Working MVP, verified with real Chilean seismograph data. Contributors welcome. AGPL-3.0 (services) · Apache-2.0 (protocol) · GPL-3.0 (app).