Warning: session_start(): open(/tmp/sess_bfc96900c4bea87dfe564fbdf9592498, O_RDWR) failed: No such file or directory (2) in /var/www/html/dokuwiki/inc/init.php on line 273

Warning: session_start(): Failed to read session data: files (path: ) in /var/www/html/dokuwiki/inc/init.php on line 273

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/dokuwiki/inc/init.php:273) in /var/www/html/dokuwiki/inc/auth.php on line 535

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/dokuwiki/inc/init.php:273) in /var/www/html/dokuwiki/inc/actions.php on line 42
ntripserver [wiki.millerjs.org]

User Tools

Site Tools


ntripserver


ntripserver

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

On debian-based systems

  1. Install dependencies sudo apt install -y 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
  4. sudo systemctl daemon-reload
  5. sudo systemctl enable –now ntripserver
ntripserver.txt · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki