# GNSS-Protos
[](https://github.com/rtk-rs/gnss-protos/actions/workflows/rust.yml)
[](https://github.com/rtk-rs/gnss-protos/actions/workflows/daily.yml)
[](https://crates.io/crates/gnss-protos)
[](https://docs.rs/gnss-protos/badge.svg)
[](https://github.com/rtk-rs/gnss-protos/blob/main/LICENSE)
GNSS-Protos
===========
Ths library offers small and efficient decoders for GNSS protocols.
This library currently supports the following protos:
- `GPS`: available on `gps` crate feature.
GPS proto
=========
Available on `gps` crate feature.
We support the following GPS frames:
- Ephemeris #1
- Ephemeris #2
- Ephemeris #3
License
=======
This library is part of the [RTK-rs framework](https://github.com/rtk-rs) which
is delivered under the [Mozilla V2 Public](https://www.mozilla.org/en-US/MPL/2.0) license.