NEX-6 UDP Client
table:対訳
スマートフォン転送 View on Smartphone
パソコン保存 Send to Computer
Camera Remote API は多分関係ない
10.0.0.1
Requests
second: 何度かPOSTする必要あり。1#Browseの例:
code:sh
-H 'Content-Type: text/xml; charset=utf-8' \
-H 'SOAPAction: "urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' \
--data-binary @- <<'EOF'
<?xml version="1.0" encoding="utf-8"?>
<s:Body>
<u:Browse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
<ObjectID>0</ObjectID>
<BrowseFlag>BrowseDirectChildren</BrowseFlag>
<Filter>*</Filter>
<StartingIndex>0</StartingIndex>
<RequestedCount>100</RequestedCount>
<SortCriteria></SortCriteria>
</u:Browse>
</s:Body>
</s:Envelope>
EOF