|
1 | | -## Specification and Bindings for Swift Binary Protocol |
| 1 | +# Specification and Bindings for Swift Binary Protocol |
2 | 2 |
|
3 | 3 | <!-- toc --> |
4 | 4 |
|
5 | 5 | - [Specification and Bindings for Swift Binary Protocol](#specification-and-bindings-for-swift-binary-protocol) |
6 | | -- [Installing sbp2json, json2sbp, json2json and related tools](#installing-sbp2json-json2sbp-json2json-and-related-tools) |
7 | | -- [Building / installing](#building--installing) |
8 | | - - [Using Docker](#using-docker) |
9 | | - - [Fetching the prebuilt image from DockerHub](#fetching-the-prebuilt-image-from-dockerhub) |
10 | | - - [Creating your own image](#creating-your-own-image) |
11 | | - - [Using the docker image](#using-the-docker-image) |
12 | | - - [Installing from package managers](#installing-from-package-managers) |
13 | | - - [Installing development Python versions](#installing-development-python-versions) |
14 | | - - [Adding development version as a pip dependency](#adding-development-version-as-a-pip-dependency) |
15 | | - - [Installing from source](#installing-from-source) |
16 | | -- [SBP Development Procedures](#sbp-development-procedures) |
17 | | -- [SBP Protocol Specification](#sbp-protocol-specification) |
18 | | -- [JSON Schema Definitions](#json-schema-definitions) |
19 | | -- [Kaitai Struct Format Descriptions](#kaitai-struct-format-descriptions) |
20 | | - - [Notes on python bindings](#notes-on-python-bindings) |
21 | | -- [LICENSE](#license) |
| 6 | + - [Installing sbp2json, json2sbp, json2json and related tools](#installing-sbp2json-json2sbp-json2json-and-related-tools) |
| 7 | + - [Building / installing](#building--installing) |
| 8 | + - [Using Docker](#using-docker) |
| 9 | + - [Fetching the prebuilt image from DockerHub](#fetching-the-prebuilt-image-from-dockerhub) |
| 10 | + - [Creating your own image](#creating-your-own-image) |
| 11 | + - [Using the docker image](#using-the-docker-image) |
| 12 | + - [Installing from package managers](#installing-from-package-managers) |
| 13 | + - [Installing development Python versions](#installing-development-python-versions) |
| 14 | + - [Adding development version as a pip dependency](#adding-development-version-as-a-pip-dependency) |
| 15 | + - [Installing from source](#installing-from-source) |
| 16 | + - [SBP Development Procedures](#sbp-development-procedures) |
| 17 | + - [SBP Protocol Specification](#sbp-protocol-specification) |
| 18 | + - [JSON Schema Definitions](#json-schema-definitions) |
| 19 | + - [Kaitai Struct Format Descriptions](#kaitai-struct-format-descriptions) |
| 20 | + - [Notes on python bindings](#notes-on-python-bindings) |
| 21 | + - [LICENSE](#license) |
22 | 22 |
|
23 | 23 | <!-- tocstop --> |
24 | 24 |
|
@@ -129,7 +129,7 @@ docker run --rm -v $PWD:/mnt/workspace -i -t swiftnav/libsbp-build:2025-02-10 /b |
129 | 129 |
|
130 | 130 | This will mount your local copy of the libsbp repository onto the image. |
131 | 131 |
|
132 | | -Check this [link](https://hub.docker.com/r/swiftnav/libsbp-build/tags) for newer tags. |
| 132 | +Check libsbp-build [dockerhub page](https://hub.docker.com/r/swiftnav/libsbp-build/tags) for newer tags. |
133 | 133 | Alternatively, you could run |
134 | 134 |
|
135 | 135 | ```sh |
@@ -279,7 +279,7 @@ detection. |
279 | 279 |
|
280 | 280 | Please see [the docs](docs/sbp.pdf) for a full description of the packet |
281 | 281 | structure and the message types. Developer documentation for the |
282 | | -language-specific sbp libraries is [here](http://swift-nav.github.io/libsbp/). |
| 282 | +language-specific sbp libraries is available at [http://swift-nav.github.io/libsbp/](http://swift-nav.github.io/libsbp/). |
283 | 283 | Please refer to [the changelog](CHANGELOG.md) for more information about the |
284 | 284 | evolution of the library and its messages. |
285 | 285 |
|
|
0 commit comments