clasp-discovery
Network discovery for CLASP (Creative Low-Latency Application Streaming Protocol) devices and servers.
Features
- mDNS/DNS-SD - Zero-configuration discovery on local networks
- UDP Broadcast - Fallback discovery when mDNS is unavailable
- Service Announcement - Advertise CLASP services to the network
Usage
use Discovery;
async
Service Announcement
use Discovery;
let discovery = new.await?;
discovery.announce.await?;
mDNS Service Type
CLASP uses the service type _clasp._tcp.local for mDNS discovery.
Documentation
Visit clasp.to for full documentation.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.