Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:gnss-sdr/geniuss-place
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Oct 15, 2024
2 parents b8c3cbd + a252ead commit 7bbbe77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _posts/2018-06-30-testing-software-receiver-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ The existing tests are also a source of examples on how to write tests. Please
place your testing code in an adequate folder from the GNSS-SDR source tree:

```
├── src
├── gnss-sdr
│   ├── tests
│   │   ├── CMakeLists.txt
│   │   ├── common-files
Expand Down
2 changes: 1 addition & 1 deletion _sp-blocks/10-telemetry-decoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ The Protocol Buffers library allows to write listener applications in a wide
range of programming languages. A very simple example written in C++ (an
application that listens to a given port and dumps the retrieved messages in the
terminal) using the `nav_message.proto` file is provided
[here](https://github.com/gnss-sdr/gnss-sdr/tree/next/src/utils/nav-listener/).
[here](https://github.com/gnss-sdr/gnss-sdr/tree/next/utils/nav-listener/).
This example uses the [Boost libraries](https://www.boost.org/) to handle UDP
communications with [Boost
Asio](https://www.boost.org/doc/libs/1_77_0/doc/html/boost_asio.html).

0 comments on commit 7bbbe77

Please sign in to comment.