Crate ssdp_probe

Source

Structs§

SsdpMSearch
Representation of an M-SEARCH SSDP request

Enums§

SsdpProbeError
An error that occurred during the SSDP discovery

Functions§

ssdp_probe
Perform an UPnP SSDP discovery, this is a “low level” method that is exposed if you wanna tweak some parameters, most use cases should be ok with the ssdp_probe_v4 and ssdp_probe_v6 functions.
ssdp_probe_v4
Perform an UPnP SSDP discovery on IPv4.
ssdp_probe_v6
Perform an UPnP SSDP discovery on IPv6.