Skip to content

Commit

Permalink
protocol versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 24, 2023
1 parent 758a104 commit 93e01c5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/04_protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,19 @@ Options:
--payload TEXT ovos message.data json
--help Show this message and exit.

```
```


## Protocol Versions

| Protocol Version | 0 | 1 |
|----------------------|-----|-----|
| json serialization | yes | yes |
| binary serialization | no | yes |
| pre-shared AES key | yes | yes |
| password handshake | no | yes |
| PGP handshake | no | yes |
| zlib compression | no | yes |


some clients such as HiveMind-Js do not yet support protocol V1

0 comments on commit 93e01c5

Please sign in to comment.