2 releases
| 0.1.1 | Jun 15, 2020 |
|---|---|
| 0.1.0 | Jun 15, 2020 |
#31 in #upnp
52KB
1K
SLoC
Yooper is a library for discovering and controlling UPnP devices on your network. The modules represent the phases of UPnP: First Discovery, then Description.
Yooper
yooper: A person from Michigan's Upper Peninsula
Yooper is a crate for interacting with UPnP. There's both a CLI and a programatic interface.
CLI
crate install yooper
yooper --help
There's two commands: discover and describe.
describe takes URLs that discover produces.
What do you do with the information you get from describe? Up to you! I haven't implemented it yet.
Library
Every attempt has been made to be as modular as possible.
There's two optional features: description and cli.
If you only need discovery, you can exclude those features.
When description is disabled but cli isn't, yooper describe will not work.
Dependencies
~8–13MB
~227K SLoC