Documentation ¶
Index ¶
Constants ¶
View Source
const ( NAME = "Plaincast" FRIENDLY_NAME = "Plaincast" VERSION = "0.0.1" CONFIGID = 1 )
View Source
const ( UDP_PACKET_SIZE = 1500 MSEARCH_HEADER = "M-SEARCH * HTTP/1.1\r\n" SSDP_ADDR = "239.255.255.250:1900" )
View Source
const APP_RESPONSE = `` /* 336-byte string literal not displayed */
DIAL app template
View Source
const DEVICE_DESCRIPTION = `` /* 852-byte string literal not displayed */
UPnP device description template
View Source
const HOME_TEMPLATE = `` /* 313-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UPnPServer ¶
type UPnPServer struct {
// contains filtered or unexported fields
}
func NewUPnPServer ¶
func NewUPnPServer() *UPnPServer
Click to show internal directories.
Click to hide internal directories.