Skip to content

Commit

Permalink
update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Sep 14, 2023
1 parent 731df36 commit dea0246
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Features:
* [API Documentation](#api-documentation)
* [Dialect generation](#dialect-generation)
* [Testing](#testing)
* [Standards](#standards)
* [Specifications](#specifications)
* [Links](#links)

## Installation
Expand Down Expand Up @@ -93,15 +93,14 @@ If you want to hack the library and test the results, unit tests can be launched
make test
```

## Standards
## Specifications

* Mavlink

* [main website](https://mavlink.io/en/)
* [packet format](https://mavlink.io/en/guide/serialization.html)
* [common dialect](https://github.com/mavlink/mavlink/blob/master/message_definitions/v1.0/common.xml)

* [Golang project layout](https://github.com/golang-standards/project-layout)
|name|area|
|----|----|
|[main website](https://mavlink.io/en/)|protocol|
|[packet format](https://mavlink.io/en/guide/serialization.html)|protocol|
|[common dialect](https://github.com/mavlink/mavlink/blob/master/message_definitions/v1.0/common.xml)|dialects|
|[Golang project layout](https://github.com/golang-standards/project-layout)|project layout|

## Links

Expand Down

0 comments on commit dea0246

Please sign in to comment.