summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rwxr-xr-xhttp/icons/upnpIconLrg.jpegbin0 -> 6620 bytes
-rwxr-xr-xhttp/icons/upnpIconLrg.pngbin0 -> 17309 bytes
-rwxr-xr-xhttp/icons/upnpIconSm.jpegbin0 -> 2416 bytes
-rwxr-xr-xhttp/icons/upnpIconSm.pngbin0 -> 4769 bytes
-rw-r--r--http/xml/cds_scpd.xml145
-rw-r--r--http/xml/cms_scpd.xml133
6 files changed, 278 insertions, 0 deletions
diff --git a/http/icons/upnpIconLrg.jpeg b/http/icons/upnpIconLrg.jpeg
new file mode 100755
index 0000000..6421267
--- /dev/null
+++ b/http/icons/upnpIconLrg.jpeg
Binary files differ
diff --git a/http/icons/upnpIconLrg.png b/http/icons/upnpIconLrg.png
new file mode 100755
index 0000000..d93e7c0
--- /dev/null
+++ b/http/icons/upnpIconLrg.png
Binary files differ
diff --git a/http/icons/upnpIconSm.jpeg b/http/icons/upnpIconSm.jpeg
new file mode 100755
index 0000000..b163f05
--- /dev/null
+++ b/http/icons/upnpIconSm.jpeg
Binary files differ
diff --git a/http/icons/upnpIconSm.png b/http/icons/upnpIconSm.png
new file mode 100755
index 0000000..d4320f4
--- /dev/null
+++ b/http/icons/upnpIconSm.png
Binary files differ
diff --git a/http/xml/cds_scpd.xml b/http/xml/cds_scpd.xml
new file mode 100644
index 0000000..dff4252
--- /dev/null
+++ b/http/xml/cds_scpd.xml
@@ -0,0 +1,145 @@
+<?xml version = "1.0" encoding="UTF-8"?>
+<scpd xmlns="urn:schemas-upnp-org:service-1-0">
+<specVersion>
+<major>1</major>
+<minor>0</minor>
+</specVersion>
+<actionList>
+<action>
+<name>GetSearchCapabilities</name>
+<argumentList>
+<argument>
+<name>SearchCaps</name>
+<direction>out</direction>
+<relatedStateVariable>SearchCapabilities</relatedStateVariable>
+</argument>
+</argumentList>
+</action>
+<action>
+<name>GetSortCapabilities</name>
+<argumentList>
+<argument>
+<name>SortCaps</name>
+<direction>out</direction>
+<relatedStateVariable>SortCapabilities</relatedStateVariable>
+</argument>
+</argumentList>
+</action>
+<action>
+<name>GetSystemUpdateID</name>
+<argumentList>
+<argument>
+<name>Id</name>
+<direction>out</direction>
+<relatedStateVariable>SystemUpdateID</relatedStateVariable>
+</argument>
+</argumentList>
+</action>
+<action>
+<name>Browse</name>
+<argumentList>
+<argument>
+<name>ObjectID</name>
+<direction>in</direction>
+<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
+</argument>
+<argument>
+<name>BrowseFlag</name>
+<direction>in</direction>
+<relatedStateVariable>A_ARG_TYPE_BrowseFlag</relatedStateVariable>
+</argument>
+<argument>
+<name>Filter</name>
+<direction>in</direction>
+<relatedStateVariable>A_ARG_TYPE_Filter</relatedStateVariable>
+</argument>
+<argument>
+<name>StartingIndex</name>
+<direction>in</direction>
+<relatedStateVariable>A_ARG_TYPE_Index</relatedStateVariable>
+</argument>
+<argument>
+<name>RequestedCount</name>
+<direction>in</direction>
+<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
+</argument>
+<argument>
+<name>SortCriteria</name>
+<direction>in</direction>
+<relatedStateVariable>A_ARG_TYPE_SortCriteria</relatedStateVariable>
+</argument>
+<argument>
+<name>Result</name>
+<direction>out</direction>
+<relatedStateVariable>A_ARG_TYPE_Result</relatedStateVariable>
+</argument>
+<argument>
+<name>NumberReturned</name>
+<direction>out</direction>
+<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
+</argument>
+<argument>
+<name>TotalMatches</name>
+<direction>out</direction>
+<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
+</argument>
+<argument>
+<name>UpdateID</name>
+<direction>out</direction>
+<relatedStateVariable>A_ARG_TYPE_UpdateID</relatedStateVariable>
+</argument>
+</argumentList>
+</action>
+</actionList>
+<serviceStateTable>
+<stateVariable sendEvents="no">
+<name>A_ARG_TYPE_ObjectID</name>
+<dataType>string</dataType>
+</stateVariable>
+<stateVariable sendEvents="no">
+<name>A_ARG_TYPE_Result</name>
+<dataType>string</dataType>
+</stateVariable>
+<stateVariable sendEvents="no">
+<name>A_ARG_TYPE_BrowseFlag</name>
+<dataType>string</dataType>
+<allowedValueList>
+<allowedValue>BrowseMetadata</allowedValue>
+<allowedValue>BrowseDirectChildren</allowedValue>
+</allowedValueList>
+</stateVariable>
+<stateVariable sendEvents="no">
+<name>A_ARG_TYPE_Filter</name>
+<dataType>string</dataType>
+</stateVariable>
+<stateVariable sendEvents="no">
+<name>A_ARG_TYPE_SortCriteria</name>
+<dataType>string</dataType>
+</stateVariable>
+<stateVariable sendEvents="no">
+<name>A_ARG_TYPE_Index</name>
+<dataType>ui4</dataType>
+</stateVariable>
+<stateVariable sendEvents="no">
+<name>A_ARG_TYPE_Count</name>
+<dataType>ui4</dataType>
+</stateVariable>
+<stateVariable sendEvents="no">
+<name>A_ARG_TYPE_UpdateID</name>
+<dataType>ui4</dataType>
+</stateVariable>
+<stateVariable sendEvents="no">
+<name>SearchCapabilities</name>
+<dataType>string</dataType>
+</stateVariable>
+<stateVariable sendEvents="no">
+<name>SortCapabilities</name>
+<dataType>string</dataType>
+</stateVariable>
+<stateVariable sendEvents="yes">
+<name>SystemUpdateID</name>
+<dataType>ui4</dataType>
+</stateVariable>
+</serviceStateTable>
+</scpd>
+
diff --git a/http/xml/cms_scpd.xml b/http/xml/cms_scpd.xml
new file mode 100644
index 0000000..e4071f9
--- /dev/null
+++ b/http/xml/cms_scpd.xml
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scpd xmlns="urn:schemas-upnp-org:service-1-0">
+ <specVersion>
+ <major>1</major>
+ <minor>0</minor>
+ </specVersion>
+ <actionList>
+ <action>
+ <name>GetProtocolInfo</name>
+ <argumentList>
+ <argument>
+ <name>Source</name>
+ <direction>out</direction>
+ <relatedStateVariable>SourceProtocolInfo</relatedStateVariable>
+ </argument>
+ <argument>
+ <name>Sink</name>
+ <direction>out</direction>
+ <relatedStateVariable>SinkProtocolInfo</relatedStateVariable>
+ </argument>
+ </argumentList>
+ </action>
+ <action>
+ <name>GetCurrentConnectionIDs</name>
+ <argumentList>
+ <argument>
+ <name>ConnectionIDs</name>
+ <direction>out</direction>
+ <relatedStateVariable>CurrentConnectionIDs</relatedStateVariable>
+ </argument>
+ </argumentList>
+ </action>
+ <action>
+ <name>GetCurrentConnectionInfo</name>
+ <argumentList>
+ <argument>
+ <name>ConnectionID</name>
+ <direction>in</direction>
+ <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
+ </argument>
+ <argument>
+ <name>RcsID</name>
+ <direction>out</direction>
+ <relatedStateVariable>A_ARG_TYPE_RcsID</relatedStateVariable>
+ </argument>
+ <argument>
+ <name>AVTransportID</name>
+ <direction>out</direction>
+ <relatedStateVariable>A_ARG_TYPE_AVTransportID</relatedStateVariable>
+ </argument>
+ <argument>
+ <name>ProtocolInfo</name>
+ <direction>out</direction>
+ <relatedStateVariable>A_ARG_TYPE_ProtocolInfo</relatedStateVariable>
+ </argument>
+ <argument>
+ <name>PeerConnectionManager</name>
+ <direction>out</direction>
+ <relatedStateVariable>A_ARG_TYPE_ConnectionManager</relatedStateVariable>
+ </argument>
+ <argument>
+ <name>PeerConnectionID</name>
+ <direction>out</direction>
+ <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
+ </argument>
+ <argument>
+ <name>Direction</name>
+ <direction>out</direction>
+ <relatedStateVariable>A_ARG_TYPE_Direction</relatedStateVariable>
+ </argument>
+ <argument>
+ <name>Status</name>
+ <direction>out</direction>
+ <relatedStateVariable>A_ARG_TYPE_ConnectionStatus</relatedStateVariable>
+ </argument>
+ </argumentList>
+ </action>
+ </actionList>
+ <serviceStateTable>
+ <stateVariable sendEvents="yes">
+ <name>SourceProtocolInfo</name>
+ <dataType>string</dataType>
+ </stateVariable>
+ <stateVariable sendEvents="yes">
+ <name>SinkProtocolInfo</name>
+ <dataType>string</dataType>
+ </stateVariable>
+ <stateVariable sendEvents="yes">
+ <name>CurrentConnectionIDs</name>
+ <dataType>string</dataType>
+ </stateVariable>
+ <stateVariable sendEvents="no">
+ <name>A_ARG_TYPE_ConnectionStatus</name>
+ <dataType>string</dataType>
+ <allowedValueList>
+ <allowedValue>OK</allowedValue>
+ <allowedValue>ContentFormatMismatch</allowedValue>
+ <allowedValue>InsufficientBandwidth</allowedValue>
+ <allowedValue>UnreliableChannel</allowedValue>
+ <allowedValue>Unknown</allowedValue>
+ </allowedValueList>
+ </stateVariable>
+ <stateVariable sendEvents="no">
+ <name>A_ARG_TYPE_ConnectionManager</name>
+ <dataType>string</dataType>
+ </stateVariable>
+ <stateVariable sendEvents="no">
+ <name>A_ARG_TYPE_Direction</name>
+ <dataType>string</dataType>
+ <allowedValueList>
+ <allowedValue>Input</allowedValue>
+ <allowedValue>Output</allowedValue>
+ </allowedValueList>
+ </stateVariable>
+ <stateVariable sendEvents="no">
+ <name>A_ARG_TYPE_ProtocolInfo</name>
+ <dataType>string</dataType>
+ </stateVariable>
+ <stateVariable sendEvents="no">
+ <name>A_ARG_TYPE_ConnectionID</name>
+ <dataType>i4</dataType>
+ </stateVariable>
+ <stateVariable sendEvents="no">
+ <name>A_ARG_TYPE_AVTransportID</name>
+ <dataType>i4</dataType>
+ </stateVariable>
+ <stateVariable sendEvents="no">
+ <name>A_ARG_TYPE_RcsID</name>
+ <dataType>i4</dataType>
+ </stateVariable>
+ </serviceStateTable>
+</scpd>
+