Questions tagged [upnp]

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.

539 questions
2
votes
0 answers

How to use Platinum UPnP in Android?

I've successfully build the Platinum UPnP stack (6.4.690 and NDK r4b) for and Android and ended up with a libPlatinumJNI.so file. And now I'm wondering how to add/ use this the library in the code in my Android project. Anyone has any idea…
darkhie
  • 263
  • 1
  • 15
2
votes
1 answer

Is it possible to map a port using UPnP, with SOAP, to bind to a local port where my http server is listening?

Say, I'm behind a router at 192.168.0.1, which leads to external ip which is 192.168.1.64 (a dsl modem) which leads to a public internet address. Is it possible using uPnP, via SOAP requests to gateway, to map my http server port local to an…
kaneda
  • 5,981
  • 8
  • 48
  • 73
2
votes
1 answer

In UPnP IGD, what's the difference between a firewall pinhole and port mapping?

In UPnP IGD there is 2 services "WANPPPConnection" (or WanIPConnection) and WANIPv6FirewallControl that have methods that look similar: AddPinhole Add(Any)PortMapping Both taking similar arguments (remote/internal host/port, protocol, lease…
Dennis
  • 83
  • 7
2
votes
0 answers

Sending UDP datagram with Haskell

I'm trying to send an MSEARCH datagram packet to discover my Roku device on my LAN. I have this implemented in Java already, and it works fine, however I'm trying to learn Haskell. While I'm not getting any compilation errors, the code is hanging…
John Dorian
  • 1,884
  • 1
  • 19
  • 29
2
votes
1 answer

Forward a port using TCP (or anything else) in Gamemaker Studio

I'm trying to make a global multiplayer game in Gamemaker Studio. But I need to automatically forward ports of the client PC to the router. The only way to do it in Gamemaker I can imagine is by using TCP/HTTP to tell the router to forward the…
2
votes
1 answer

Unity .Net 2.0 UPNP Port Mapping

I have recently been trying to setup port mapping for my game. This is to make one of the players be the host. For that I need the player to open port 7777. If there is a match already on it will simply join it. If it doesn't find empty matches it…
TwoTen
  • 35
  • 9
2
votes
1 answer

SOAP implementation of UPnP architecture

I am trying to implement UPnP AV control point. i completed till description phase of the architecture. To get the contents of the server from browse action, I am using CURL command as below. curl -o response.xml -H "Host: 192.168.1.47:2869" -H…
sri
  • 43
  • 9
2
votes
2 answers

UPnP announce goes out, but device is not discovered

i am writing code for a UPnP device to announce itself. i have no interest in it being able to discover other UPnP devices on the network. i am sending out the following messages (taken from wireshark) NOTIFY * HTTP/1.1\r\n NT:…
trh178
  • 11,228
  • 5
  • 28
  • 37
2
votes
0 answers

QUdpSocket Multicastreceiver

I an writing a Programm in Qt which should discover Routers in a LAN via UPnP. This is the constructor of my class: Discovery::Discovery(QObject *parent):QObject(parent) { groupAddress = QHostAddress("239.255.255.250"); ssdpPort = 1900; …
sebter
  • 46
  • 5
2
votes
3 answers

Philips Hue REST api/nupnp : the answer is empty

I just want discover the IP address of my bridge and I have some problems with www.meethue.com/api/nupnp In fact, yesterday, when I made my request, I had got an answer like this: ["id":..., "internalipaddress":...] All worked great. But, this…
2
votes
1 answer

How to find the IP address(DHCP) of a UPNP device on the network through c# code

I have a UPNP device plugged into the wall. It shows up in network places as a UPNP device, I can get the IP address by right clicking and and selecting properties, but I need to know how to get the IP address dynamically in c# code or though a…
hrh
  • 658
  • 1
  • 14
  • 24
2
votes
1 answer

miniupnpssdpd query for number of connected devices failed

I'm working in openWRT linux environment, and trying to enable UPnP on my LAN network, while monitoring the connected devices at any given point. For that, I've enabled miniupnpd in the system, as well as minissdpd. I have written the following…
dear_tzvi
  • 745
  • 6
  • 19
2
votes
1 answer

UPnP device library: android

has any body worked with UPnP Library for Java By Cybergarage.. https://cgupnpjava.svn.sourceforge.net/svnroot/cgupnpjava/trunk/cyberlink/upnp-stack/src/main/java/org/ I am making android application to find the list of UPnP device from my…
Rakesh Gondaliya
  • 1,050
  • 3
  • 25
  • 42
2
votes
0 answers

UPnP Mapping wrong Endpoints?

I'm tring to do something called "Port Forwarding" using UPnP Com assemply in c# , the following code works fine and map new external ip and port number to my device , but it seems that the ip is not my correct external ip number , because it is…
2
votes
1 answer

android : Find UPnP devices from network

I am making application in which i want to find the list of the UPnP devices that are connected to my network from my android application . Any idea how can i do this.. I am using the API of the cybergarage...here is the link of the…
Rakesh Gondaliya
  • 1,050
  • 3
  • 25
  • 42