Universal Plug and Play (UPnP) is a set of networking protocols that permits networked devices to seamlessly discover each other's presence on the network and establish functional network services for data sharing, communications, and entertainment.
Questions tagged [upnp]
539 questions
-1
votes
1 answer
How do I find all the hosts in a local network?
I would like to do it with the Reliability of a TCP Unicast.
I have used UPnP based Multicast (M-Search) but many devices filter out Multicast messages so I end up losing them.
Also, how does Bonjour compare to UPnP?

user3568198
- 1
- 1
-1
votes
2 answers
DLNA/UPnP client ( that stream music/video ) on Ubuntu 14.04
We have a DLNA server in Windows 8 OS.
the problem is, everybody that uses Windows, can easily stream music into the server (i mean play music from their PC's on the server), but i didn't found anything ( and i searched a lot ) in my Ubuntu 14.04…

Ala Alam Falaki
- 345
- 1
- 9
- 19
-1
votes
1 answer
UPNP dlna_framework sample code required?
I am working on UPNP network devices.
I want to get all the devices from network with particular name and manufacturer id.
So i am able to do the same by some library like dlna_framework getting response from some posts. I have this framework but…

Deepak
- 1,669
- 1
- 18
- 28
-1
votes
1 answer
How can i send a SSDP / UPNP packet and get response?
Hey guys well i'm working on a project.
Basically i need to be able to retrieve result of a SSDP packet to find the IP of my Pioneer VSX AVR. It responds to SSDP to be used with the official apps and i am working on a windows application to do the…
user3650547
-1
votes
1 answer
SSDP Replies with a IPv6 Header
I am using a Custom made SSDP Search Request Program which multicasts a MSEARCH request to address "239.255.255.250" . The problem is the Request reaches every other host machine in the Network but some of the systems with UPnP services enabled…

user3044501
- 1
- 1
-1
votes
1 answer
UPnP library for iOS, binary light switch
I'm intermediary at Objective-C and I'm current trying to make an app that control an device using UPnP, the app is a control point and the device is a Binary Light Switch.
For UPnP I have to parse XML and I'm using UPnPx library but it seems a…

José Flávio
- 559
- 5
- 11
-1
votes
1 answer
Force NAT UPNP port forwarding
I would like to forward ports automatically with my application, however UPNP is off by default, but Spotify was able to forward ports when even UPNP is disabled, same applies to uTorrent and others.
How do I force port forwarding, or Enable UPNP on…

John Smith
- 496
- 1
- 6
- 20
-1
votes
1 answer
Developing iOS DMC app based on UPnPx library on Google code
I am developing an iOS app that would be used as a DLNA technology based DMC (Digital Media Controller) for devices capable of the UPnP protocol. I am using the UPnPx iOS library available on code.google.com and have successfully built and run the…

user1934069
- 21
- 3
-2
votes
1 answer
using WireShark: how can I find the DLNA description xml for a device
I'm trying to get my Wi-Fi speaker working on HomeAssistant.
For this I need the device.xml location.
I found a technical manual on the UPNP site describing the discovery of devices. The SSPD message should contain the location of the xml.
I…

Brtrnd
- 196
- 15
-2
votes
1 answer
UPNP To Detect Devices in Network?
I just finished understanding what's UPNP (universal plugs and play).
Now supposing it's enabled in my router, how can I used UPNP to detect devices connected to the network and analyzing it (it's a fridge, printer etc?)
I'm looking to work with…

john
- 35
- 3
-2
votes
1 answer
How to connect to the computer Without changing router settings
For example, if the computer's IP is under the Lan, it's 192.168.10.10
and Internet IP 10.10.10.10.
How to set up the Socket in C# to connect to the computer?
Some programs like "Ammyy Admin" do this.
public void Connect(string server)
{
if…

M.R.T
- 746
- 8
- 20
-2
votes
1 answer
How to make a Virtual Machine (VM) on linux always accessible with a live UPNP redirection using upnpc
I have a VM in VirtualBox. Thanks to DHCP, it obtains a specific local IP. For example 192.168.18.16
I use upnpc (miniupnpc package) in order to create a redirection from internet to a specific port.
For example, for FTP (port 21) I can create a…

Platypus
- 3
- 3
-2
votes
1 answer
Handling IP changes in uPnP device
i am working in an ARM based media processor. I need to implement upnp for the device. Advertisement is only needed, i.e device discovery so IP address of the device can be found. I was able to implement the advertisement but i am failed when the IP…

Anjo John
- 23
- 1
- 1
- 4
-2
votes
1 answer
Once add wemosdk.jar in Android App, how to find none WeMo devices?
I have an Android app which included “wemosdk.jar" as a lib to find WeMo devices.
Now to search none WeMo Devices, I want to use cyberlink lib (cyberlink-core-2.1.0.jar). From the ControlPoint, it only contains “WeMo” devices and I can not find…

zhou chen
- 11
- 2