[][src]Crate ssdp_client

An asynchronous library for discovering, notifying and subscribing to devices and services on a network.

SSDP stands for Simple Service Discovery Protocol and it is a protocol that distributes messages across a local network for devices and services to discover each other. SSDP can most commonly be found in devices that implement UPnP as it is used as the discovery mechanism for that standard.

Re-exports

pub use error::Error;
pub use search::search;
pub use subscribe::subscribe;

Modules

error

SSDP Error types

search

Methods and structs for dealing with searching devices

subscribe

Methods and structs for dealing with subscribing to devices

Enums

SearchTarget

Specify what SSDP control points to search for