# libswiftnav-legacy **Repository Path**: fsswl/libswiftnav-legacy ## Basic Information - **Project Name**: libswiftnav-legacy - **Description**: A portable C library implementing GNSS related functions and algorithms. - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-24 - **Last Updated**: 2024-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README libswiftnav =========== [![Build status][1]][2] [![Coverage status][3]][4] Libswiftnav is a platform independent library that implements GNSS functions and algorithms for use by software-defined GNSS receivers or software requiring GNNS functionality. It is intended to be as portable as possible and is written in standards compliant C with no dependancies other than the standard C libraries. Libswiftnav does not provide any functionality for communicating with Swift Navigation receivers. See [libsbp](https://github.com/swift-nav/libsbp) to communicate with receivers using Swift Binary Protocol (SBP). For Doxygen documentation, see [docs.swift-nav.com.](http://docs.swift-nav.com/libswiftnav) For installation, see [docs/install.dox.](http://docs.swift-nav.com/libswiftnav/install.html) For development help, see [DEVELOPMENT.md](https://github.com/swift-nav/libswiftnav/blob/master/DEVELOPMENT.md) [1]: https://travis-ci.org/swift-nav/libswiftnav.svg?branch=master [2]: https://travis-ci.org/swift-nav/libswiftnav [3]: https://coveralls.io/repos/swift-nav/libswiftnav/badge.svg?branch=master&service=github [4]: https://coveralls.io/github/swift-nav/libswiftnav?branch=master