{"id":17100635,"url":"https://github.com/jakobhellermann/ssdp-client","last_synced_at":"2025-04-12T23:53:56.493Z","repository":{"id":35031992,"uuid":"197063409","full_name":"jakobhellermann/ssdp-client","owner":"jakobhellermann","description":"An asynchronous Rust library for discovering, notifying and subscribing to devices and services on a network.","archived":false,"fork":false,"pushed_at":"2024-04-26T04:25:32.000Z","size":96,"stargazers_count":12,"open_issues_count":4,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T23:53:52.148Z","etag":null,"topics":["library","networking","rust","ssdp"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakobhellermann.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-15T19:55:35.000Z","updated_at":"2024-10-12T23:05:41.000Z","dependencies_parsed_at":"2022-08-08T14:30:21.977Z","dependency_job_id":null,"html_url":"https://github.com/jakobhellermann/ssdp-client","commit_stats":null,"previous_names":["jjakobh/ssdp-client"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobhellermann%2Fssdp-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobhellermann%2Fssdp-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobhellermann%2Fssdp-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobhellermann%2Fssdp-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakobhellermann","download_url":"https://codeload.github.com/jakobhellermann/ssdp-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647236,"owners_count":21139083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["library","networking","rust","ssdp"],"created_at":"2024-10-14T15:14:18.911Z","updated_at":"2025-04-12T23:53:56.464Z","avatar_url":"https://github.com/jakobhellermann.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build Status](https://github.com/jakobhellermann/ssdp-client/workflows/CI/badge.svg)\n![GitHub last commit](https://img.shields.io/github/last-commit/jakobhellermann/ssdp-client.svg)\n[![Crates.io](https://img.shields.io/crates/v/ssdp-client.svg)](https://crates.io/crates/ssdp-client)\n\nssdp-client\n=======\nAn asynchronous library for discovering, notifying and subscribing to devices and services on a network.\n\nSSDP stands for Simple Service Discovery Protocol and it is a protocol that\ndistributes messages across a local network for devices and services to\ndiscover each other. SSDP can most commonly be found in devices that implement\n`UPnP` as it is used as the discovery mechanism for that standard.\n\n**Technical Specification:**\nhttp://upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v2.0.pdf\n\n# Example usage:\n\n```rust\nuse futures::prelude::*;\nuse std::time::Duration;\nuse ssdp_client::SearchTarget;\n\nlet search_target = SearchTarget::RootDevice;\nlet mut responses = ssdp_client::search(\u0026search_target, Duration::from_secs(3), 2).await?;\n\nwhile let Some(response) = responses.next().await {\n    println!(\"{:?}\", response?);\n}\n```\n\nLicense\n-------\n\nLicensed under either of\n\n * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\nContribution\n------------\n\nPlease use [rustfmt](https://github.com/rust-lang/rustfmt) before any pull requests.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobhellermann%2Fssdp-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakobhellermann%2Fssdp-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobhellermann%2Fssdp-client/lists"}