Overview of goupnp core components
mainThe goupnp library is composed of several specialized packages that work together to provide UPnP functionality:
goupnp: The core library containing data structures and utilities used by the implemented Device Control Protocols (DCPs).httpu: The HTTPU implementation that underlies SSDP.ssdp: The SSDP (Simple Service Discovery Protocol) client implementation used to discover UPnP services on a network.soap: The SOAP (Simple Object Access Protocol) client implementation used to communicate with discovered services.
For specific device implementations, you should use the specialized DCP packages such as av1, internetgateway1, or internetgateway2.