Starlink → NMEA-0183 TCP server.
- Pulls GPS from a Starlink terminal on the LAN (gRPC at 192.168.100.1:9200)
- Emits NMEA GGA/RMC on TCP (default :10110)
python3 -m venv .venv source .venv/bin/activate python -m pip install -U pip pip install -e . pip install -r requirements-dev.txt export STARLINK_SIMULATE=1 python -m app nc localhost 10110 | head