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=/usr/ntripserver -M 1 -i /dev/ttyUSB0 -b 921600 -O 1 -a server.org -p 2101 -m mountpoint -n username -c password
      Restart=always
      RestartSec=120
      TimeoutStartSec=300
      User=root
      
      [Install]
      WantedBy=default.target
ntripserver.1740259391.txt.gz ยท Last modified: 2025/02/22 21:23 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki