3 个不稳定版本
0.2.1 | 2020年7月22日 |
---|---|
0.2.0 | 2020年7月21日 |
0.1.0 | 2020年7月20日 |
在 配置 中排名 626
每月下载量 85
在 2 个 Crates 中使用(通过 hueclient)
13KB
185 行
ssdp-probe
一个简单的 crate,用于执行 SSDP 发现
最新版本
ssdp-probe = "0.2"
用法
let addresses = ssdp_probe::ssdp_probe_v4(br"filter", // get only addresses that included this in their responses
5, // stop when 5 addresses are found
std::time::Duration::from_secs(5), // stop after 5s
);
许可证
Apache 2.0/MIT
在以下许可证下使用:
-
Apache 许可证2.0版本 (LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
-
MIT 许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非您明确声明,否则您根据 Apache-2.0 许可证定义的任何有意提交以包含在本作品中的贡献,都将按照上述方式双重许可,不附加任何额外的条款或条件。
依赖关系
~0.6–8.5MB
~73K SLoC