Felix Lange 2c4455b12a vendor: update dependencies with github.com/kardianos/govendor | 7 years ago | |
---|---|---|
.. | ||
dcps | 8 years ago | |
httpu | 8 years ago | |
scpd | 8 years ago | |
soap | 8 years ago | |
ssdp | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 7 years ago | |
device.go | 8 years ago | |
goupnp.go | 8 years ago | |
service_client.go | 8 years ago |
goupnp is a UPnP client library for Go
Run go get -u github.com/huin/goupnp
.
Supported DCPs (you probably want to start with one of these):
Core components:
go get -u github.com/jingweno/gotask
cd gotasks
gotask specgen
Supporting additional services is, in the trivial case, simply a matter of
adding the service to the dcpMetadata
whitelist in gotasks/specgen_task.go
,
regenerating the source code (see above), and committing that source code.
However, it would be helpful if anyone needing such a service could test the service against the service they have, and then reporting any trouble encountered as an issue on this project. If it just works, then please report at least minimal working functionality as an issue, and optionally contribute the metadata upstream.