rtklib_notes
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| rtklib_notes [2025/06/05 18:32] – created millerjs | rtklib_notes [2026/03/18 19:01] (current) – [Linux] admin | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ==== Linux ==== | ==== Linux ==== | ||
| === building === | === building === | ||
| - | **WIP** | + | |
| == install dependencies == | == install dependencies == | ||
| + | Fedora 43, etc. | ||
| + | < | ||
| + | sudo dnf install gcc cmake make blas-devel lapack-devel && | ||
| + | sudo dnf install qt5-qtbase-devel qt5-qtserialport-devel qt5-qtcharts-devel | ||
| + | </ | ||
| + | |||
| + | Debian 13, Ubuntu 24(?) | ||
| + | < | ||
| + | sudo apt install git build-essential cmake pkg-config \ | ||
| + | libblas-dev liblapack-dev \ | ||
| + | qtbase5-dev libqt5serialport5-dev libqt5charts5-dev | ||
| + | </ | ||
| - | < | + | == download & build == |
| + | < | ||
| + | Build everything: | ||
| + | < | ||
| === str2str === | === str2str === | ||
| == Serial input on ttyS0 @ 115200, out to a TCP server on port 3500 and a file at 6 hour intervals. == | == Serial input on ttyS0 @ 115200, out to a TCP server on port 3500 and a file at 6 hour intervals. == | ||
| - | < | + | < |
| + | -out file:/// | ||
| + | -px 163xxxx.6618, | ||
| -px is station position in ECEF meters, output date format is YYYYMMDD-### | -px is station position in ECEF meters, output date format is YYYYMMDD-### | ||
rtklib_notes.1749148379.txt.gz · Last modified: by millerjs
