Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bartekpacia/nmea

C++ library for parsing NMEA 0183 message frames.
https://github.com/bartekpacia/nmea

Last synced: 22 days ago
JSON representation

C++ library for parsing NMEA 0183 message frames.

Awesome Lists containing this project

README

        

# nmea

C++ library to parse NMEA 0183 messages.

## Tutorial

This project uses the [Bazel build system](https://bazel.build).

- List all targets:

```
$ bazel query '...'
```

- Build all targets:

```
$ bazel build '...'
```

- Build a specific target:

```
$ bazel build //nmea:nmea
```

- Run all tests:

```
$ bazel test '...'
```