Crate tokio_ssdp

Source
Expand description

A mininal SSDP device implementation using tokio.

Structsยง

Device
Information about a SSDP device or service.
Server
A server providing SSDP functionalities. The server will respond to M-SEARCH requests, send alive and byebye messages when needed.