Gnss monitor

From Rsewiki
Revision as of 06:47, 21 June 2025 by Jca (talk | contribs) (Created page with "Experiments to extract and display GNSS live or recorded data == Required packages == Install Geographic library from https://geographiclib.sourceforge.io/C++/doc/install.html sudo apt install libgeographiclib-dev For Python install pip install geographiclib or sudo apt install python3-geographiclib === Source code === Code is found here (on SVN) svn co svn://repos.gbar.dtu.dk/jcan/svnjca/projekter/gnss_receiver C++ code is then in the ''monitor directory''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Experiments to extract and display GNSS live or recorded data

Required packages

Install Geographic library from https://geographiclib.sourceforge.io/C++/doc/install.html

sudo apt install libgeographiclib-dev

For Python install

pip install geographiclib

or

sudo apt install python3-geographiclib

Source code

Code is found here (on SVN)
svn co svn://repos.gbar.dtu.dk/jcan/svnjca/projekter/gnss_receiver

C++ code is then in the monitor directory.

Absolutely not finished