ntrip-checkup / README.md
kdoherty's picture
Pin python_version to 3.11 to restore audioop stdlib
5abae3b

A newer version of the Gradio SDK is available: 6.14.0

Upgrade
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

  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

pip install -r requirements.txt
python app.py

Adding mount points

Edit the MOUNTS list in app.py.