libswiftnav

C library for GNSS positioning algorithms and functions

brewmacoslinux
Try with needOr install directly
Source

About

C library implementing GNSS related functions and algorithms

Commands

libswiftnav

Examples

Link libswiftnav with a C program for satellite navigation$ gcc -o gnss_app main.c -lswiftnav -lm
Check installed libswiftnav version and headers$ pkg-config --modversion libswiftnav
Find libswiftnav library location for linking$ pkg-config --libs libswiftnav