Spaces:
Paused
Paused
| title: Emlid NTRIP Caster Check | |
| emoji: 📡 | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: gradio | |
| sdk_version: 5.0.0 | |
| python_version: "3.11" | |
| app_file: app.py | |
| pinned: false | |
| # Emlid NTRIP Caster Check | |
| Gradio port of `check_all_NTRIP.sh`. Opens a raw TCP socket to the caster, sends | |
| an NTRIP 1.0 `GET`, and reports per-mount status (ICY 200 OK + RTCM3 frame count). | |
| ## Deploy to Hugging Face Spaces | |
| 1. Create a new Space → **SDK: Gradio** (CPU basic is fine). | |
| 2. Push `app.py`, `requirements.txt`, and this `README.md` to the Space repo. | |
| 3. Space auto-builds and serves on load. | |
| ## Local run | |
| ```bash | |
| pip install -r requirements.txt | |
| python app.py | |
| ``` | |
| ## Adding mount points | |
| Edit the `MOUNTS` list in `app.py`. | |