root/src/router/upnp/xml/InternetGatewayDevice/InternetGatewayDevice.xml

Revision 11589, 3.6 kB (checked in by BrainSlayer, 2 years ago)

new upnp (tested with emule and working)

Line 
1 <?xml version="1.0"?>
2 <root xmlns="urn:schemas-upnp-org:device-1-0">
3         <specVersion>
4                 <major>1</major>
5                 <minor>0</minor>
6         </specVersion>
7         <device>
8                 <deviceType>urn:schemas-upnp-org:device:InternetGatewayDevice:1</deviceType>
9                 <friendlyName>router</friendlyName>
10                 <manufacturer>Broadcom</manufacturer>
11                 <manufacturerURL>http://www.broadcom.com</manufacturerURL>
12                 <modelDescription>Gateway</modelDescription>
13                 <modelName>router</modelName>
14                 <modelNumber>947xx</modelNumber>
15                 <serialNumber>0000001</serialNumber>
16                 <modelURL>http://www.broadcom.com</modelURL>
17                 <UDN>uuid:eb9ab5b2-981c-4401-a20e-b7bcde359dbb</UDN>
18                 <serviceList>
19                         <service>
20                                 <serviceType>urn:schemas-upnp-org:service:Layer3Forwarding:1</serviceType>
21                                 <serviceId>urn:upnp-org:serviceId:L3Forwarding1</serviceId>
22                                 <SCPDURL>/x_layer3forwarding.xml</SCPDURL>
23                                 <controlURL>/control?Layer3Forwarding</controlURL>
24                                 <eventSubURL>/event?Layer3Forwarding</eventSubURL>
25                         </service>
26                 </serviceList>
27                 <deviceList>
28                         <device>
29                                 <deviceType>urn:schemas-upnp-org:device:WANDevice:1</deviceType>
30                                 <friendlyName>WANDevice</friendlyName>
31                                 <manufacturer>Broadcom</manufacturer>
32                                 <manufacturerURL>http://www.broadcom.com</manufacturerURL>
33                                 <modelDescription>Gateway</modelDescription>
34                                 <modelName>router</modelName>
35                                 <modelURL>http://www.broadcom.com</modelURL>
36                                 <UDN>uuid:e1f05c9d-3034-4e4c-af82-17cdfbdcc077</UDN>
37                                 <serviceList>
38                                         <service>
39                                                 <serviceType>urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1</serviceType>
40                                                 <serviceId>urn:upnp-org:serviceId:WANCommonIFC1</serviceId>
41                                                 <SCPDURL>/x_wancommoninterfaceconfig.xml</SCPDURL>
42                                                 <controlURL>/control?WANCommonInterfaceConfig</controlURL>
43                                                 <eventSubURL>/event?WANCommonInterfaceConfig</eventSubURL>
44                                         </service>
45                                 </serviceList>
46                                 <deviceList>
47                                         <device>
48                                                 <deviceType>urn:schemas-upnp-org:device:WANConnectionDevice:1</deviceType>
49                                                 <friendlyName>WAN Connection Device</friendlyName>
50                                                 <manufacturer>Broadcom</manufacturer>
51                                                 <manufacturerURL>http://www.broadcom.com</manufacturerURL>
52                                                 <modelDescription>Gateway</modelDescription>
53                                                 <modelName>router</modelName>
54                                                 <modelURL>http://www.broadcom.com</modelURL>
55                                                 <UDN>uuid:1995cf2d-d4b1-4fdb-bf84-8e59d2066198</UDN>
56                                                 <serviceList>
57                                                         <service>
58                                                                 <serviceType>urn:schemas-upnp-org:service:WANIPConnection:1</serviceType>
59                                                                 <serviceId>urn:upnp-org:serviceId:WANIPConn1</serviceId>
60                                                                 <SCPDURL>/x_wanipconnection.xml</SCPDURL>
61                                                                 <controlURL>/control?WANIPConnection</controlURL>
62                                                                 <eventSubURL>/event?WANIPConnection</eventSubURL>
63                                                         </service>
64                                                 </serviceList>
65                                         </device>
66                                 </deviceList>
67                         </device>
68                         <device>
69                                 <deviceType>urn:schemas-upnp-org:device:LANDevice:1</deviceType>
70                                 <friendlyName>LANDevice</friendlyName>
71                                 <manufacturer>Broadcom</manufacturer>
72                                 <manufacturerURL>http://www.broadcom.com</manufacturerURL>
73                                 <modelDescription>Gateway</modelDescription>
74                                 <modelName>router</modelName>
75                                 <modelURL>http://www.broadcom.com</modelURL>
76                                 <UDN>uuid:f9e2cf4a-99e3-429e-b2dd-57e3c03ae597</UDN>
77                                 <serviceList>
78                                         <service>
79                                                 <serviceType>urn:schemas-upnp-org:service:LANHostConfigManagement:1</serviceType>
80                                                 <serviceId>urn:upnp-org:serviceId:LANHostCfg1</serviceId>
81                                                 <SCPDURL>/x_lanhostconfigmanagement.xml</SCPDURL>
82                                                 <controlURL>/control?LANHostConfigManagement</controlURL>
83                                                 <eventSubURL>/event?LANHostConfigManagement</eventSubURL>
84                                         </service>
85                                 </serviceList>
86                         </device>
87                 </deviceList>
88                 <presentationURL>http://255.255.255.255</presentationURL>
89         </device>
90 </root>
Note: See TracBrowser for help on using the browser.