Claude f976e4e893 Add Seismo Fleet Manager backend v0.1
Implemented FastAPI backend with SQLite database for tracking seismograph fleet status:
- database.py: SQLAlchemy setup with SQLite
- models.py: Emitter model with id, unit_type, last_seen, last_file, status, notes
- routes.py: POST /emitters/report and GET /fleet/status endpoints
- main.py: FastAPI app initialization with CORS support
- requirements.txt: Dependencies (FastAPI, SQLAlchemy, uvicorn)
2025-11-20 18:14:29 +00:00
2025-11-19 00:30:18 -05:00
2025-11-20 18:14:29 +00:00
2025-11-19 00:30:18 -05:00

seismo-fleet-manager

Web app and backend for tracking deployed units.

Description
In house program for monitoring call in status of various sensors
Readme 2.2 MiB
Languages
HTML 61.3%
Python 35.1%
JavaScript 2.8%
CSS 0.8%