secretsauceai / voice-assistant-protocol

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

CoAP discovery #18

Open sheosi opened 2 years ago

sheosi commented 2 years ago

Right now, the specification and the Rust implementation are using Zeroconf discovery, yet CoAP includes a mechanism for discovery. Both of them should be analyzed and benchmarked and possibly have CoAP discovery replace Zeroconf, this way we would have less dependencies when making any implementation.