A cross-platform, field-ready system for collecting, analyzing, and visualizing environmental data using a hybrid of IoT sensors and satellite telemetry. Built for researchers, security ops, and environmental intelligence.
- 🌐 Satellite + IoT Sensor Data Integration
- 📊 Real-Time Dashboard Interface
- 📦 Multi-Platform Support (.deb, .exe, .AppImage)
- 🔐 Secure GPG/Cloudflare Integration
- ⚙️ Offline & Airgap Support
- 🧪 Full CI/CD Pipeline with Pytest + GitHub Actions
- 🧠 Built-in AI Recon Tools (Pluggable)
.
├── dashboard/ # Dashboard UI (HTML/CSS/JS)
├── src/ # Core Python backend
├── tests/ # Full unit tests (pytest)
├── Dockerfile # Production Docker build
├── docker-compose.yml # Multi-container setup
├── requirements.txt # Python dependencies
├── example.proto # Protocol Buffers format
├── .github/ # CI/CD workflows
docker-compose up --build
./build.sh
sudo dpkg -i dist/env-monitoring.deb
Download the .exe
from Releases
pytest tests/
Access via: http://localhost:8080
- Realtime metrics
- Device health
- Satellite overlays (coming soon)
- Alert system
- Fork this repo
- Create a new branch (
feature/new-feature
) - Commit your changes
- Push and open a PR
MIT © rfc391
See SECURITY.md