1.1 KiB
1.1 KiB
goupnp is a UPnP client library for Go
Installation
Run go get -u github.com/huin/goupnp
.
Documentation
Regenerating dcps generated source code:
- Install gotasks:
go get -u github.com/jingweno/gotask
- Change to the gotasks directory:
cd gotasks
- Run specgen task:
gotask specgen
Supporting additional UPnP devices and services:
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.