secretsauceai / voice-assistant-protocol

A bus for voice assistants, including benchmarks.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Choose content format code #28

Open sheosi opened 2 years ago

sheosi commented 2 years ago

For CoAP we need a content format code, that is, a number that defines what our messages include. First we need to decide on whether to use CBOR os MsgPack and then get a number and see if we can get it registered.

Depends on #12