Skip to content

Commit

Permalink
Document MessagePack (msgpack) encoding (#1342)
Browse files Browse the repository at this point in the history
[MessagePack](https://msgpack.org/) is a binary encoding similar to
CBOR.

Add to the registry how to encode this in MCAP files.
  • Loading branch information
amacneil authored Mar 5, 2025
1 parent b5f5562 commit b6344b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ words:
- matplotlib
- mcap
- msgdef
- msgpack
- nanos
- nanosec
- noenv
Expand Down
4 changes: 4 additions & 0 deletions website/docs/spec/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ The Channel `message_encoding` field describes the encoding for all messages wit

- `message_encoding`: [`cbor`](https://cbor.io/)

### msgpack

- `message_encoding`: [`msgpack`](https://msgpack.org/)

### json

- `message_encoding`: [`json`](https://www.json.org/json-en.html)
Expand Down

0 comments on commit b6344b4

Please sign in to comment.