Gnss monitor: Difference between revisions

From Rsewiki
(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''...")
 
(Replaced content with "Experiments to extract and display GNSS live or recorded data == Screenshot == 300px 300px 300px Left: Satellite movement in the sky above. Mid: Reported movement of the stationary antenna. Right: Number of tracked satellites over the last ~20 hours. == Installation issues == Weather monitor installation | Instal...")
Tag: Replaced
 
(38 intermediate revisions by the same user not shown)
Line 1: Line 1:
Experiments to extract and display GNSS live or recorded data
Experiments to extract and display GNSS live or recorded data


== Required packages ==
== Screenshot ==


Install Geographic library from https://geographiclib.sourceforge.io/C++/doc/install.html
[[file:Gnss_sat_pos_Screenshot_20250801.png | 300px]]
[[file:gnss_own_pos_Screenshot_20250801.png | 300px]]
[[file:gnss_sat_cnt_hist_Screenshot_20250801.png | 300px]]


sudo apt install libgeographiclib-dev
Left: Satellite movement in the sky above. Mid: Reported movement of the stationary antenna. Right: Number of tracked satellites over the last ~20 hours.


For Python install


pip install geographiclib
== Installation issues ==
or
sudo apt install python3-geographiclib


=== Source code ===
[[Weather monitor installation | Installation issues]] issues.


Code is found here (on SVN)
[[Wearher monitor modules | Modules]]
 
svn co svn://repos.gbar.dtu.dk/jcan/svnjca/projekter/gnss_receiver
 
C++ code is then in the ''monitor directory''.
 
''Absolutely not finished''

Latest revision as of 07:50, 14 August 2025

Experiments to extract and display GNSS live or recorded data

Screenshot

Left: Satellite movement in the sky above. Mid: Reported movement of the stationary antenna. Right: Number of tracked satellites over the last ~20 hours.


Installation issues

Installation issues issues.

Modules