Spaces:
Paused
Paused
A newer version of the Gradio SDK is available: 6.14.0
metadata
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
- Create a new Space → SDK: Gradio (CPU basic is fine).
- Push
app.py,requirements.txt, and thisREADME.mdto the Space repo. - Space auto-builds and serves on load.
Local run
pip install -r requirements.txt
python app.py
Adding mount points
Edit the MOUNTS list in app.py.