User Tools

Site Tools


ntripserver


This is an old revision of the document!


ntripserver

From: https://simeononsecurity.com/other/onocoy-gps-gnss-reciever-basestation-on-a-budget/#option-1-ntrip-server

On linux systems

  1. Install dependencies socat git make build-essential
  2. Build & install cd ntripserver ; make ; sudo cp ntripserver /bin/.
  3. Create systemd unit file
    1. sudo micro /etc/systemd/system/ntripserver.service
    2. [Unit]
      Description=NTRIP Server Service
      After=network.target
      Wants=network-online.target
      After=network-online.target
      
      [Service]
      ExecStart=/path/to/ntripserver -M 1 -i /dev/ttyUSB0 -b 921600 -O 1 -a servers.onocoy.com -p 2101 -m {{mountpointhere}} -n {{usernamehere}} -c {{passwordhere}}
      Restart=always
      RestartSec=120  # 2 minutes (in seconds)
      TimeoutStartSec=300 # Set a 5-minute timeout (adjust as needed)
      User=root
      
      [Install]
      WantedBy=default.target
ntripserver.1740259119.txt.gz ยท Last modified: 2025/02/22 21:18 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki