// goupnp is an implementation of a client for various UPnP services.//// For most uses, it is recommended to use the code-generated packages under// github.com/huin/goupnp/dcps. Example use is shown at// http://godoc.org/github.com/huin/goupnp/example//// A commonly used client is internetgateway1.WANPPPConnection1:// http://godoc.org/github.com/huin/goupnp/dcps/internetgateway1#WANPPPConnection1//// Currently only a couple of schemas have code generated for them from the// UPnP example XML specifications. Not all methods will work on these clients,// because the generated stubs contain the full set of specified methods from// the XML specifications, and the discovered services will likely support a// subset of those methods.
The pages are generated with Goldsv0.8.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.