upnp Questions

1

Solved

I'm trying to implement a simple library that can discover the router through UPnP protocol if the application is running in a NAT environment. I have tried two ways, multi-cast and datagram, for s...
Bentz asked 6/3, 2013 at 4:29

1

Solved

I have two java applications running on two different machines in two different part of the world. The machines can be behind NAT (or not!). The applications are supposed transfer some data (<5...
Redpoll asked 1/2, 2014 at 17:44

2

I was browsing through the capability of DIAL, and found out that it is very similar to UPnP, in-fact it uses UPnP protocol for device discovery (SSDP). What dial is offering, actually a subset of...
Ciprian asked 20/2, 2013 at 8:9

1

Solved

I'm trying to make a P2P Program and need help with getting through the NAT of the clients. I'm curious about: The drawbacks/benefits of the three methods i listed and which else exists? How many ...
Negotiant asked 5/1, 2014 at 21:10

1

I am trying to set up a DLNA Controller to Control an iPush Renderer device. The iPush Renderer device is becoming very popular as many iphone DLNA controllers and even the native Airplay works per...
Levorotation asked 6/10, 2013 at 9:8

1

Solved

Since Android 4.1 Network service discovery (NSD) is available. However, how would one find an android device that exposes an NSD-Service from a computer or from some other device that does not run...
Hux asked 4/9, 2013 at 15:43

1

From Android 4.1 (under Wi-Fi Direct service discovery) it is suppose to support native UPnP service discovery. I presume it was developed for Wi-Fi Direct, but the methods available seem to be ge...
Stepper asked 2/9, 2013 at 15:26

1

I want to list my available upnp/dlna renderers on my local network in console mode. I can do that with gupnp but not in console mode
Bricky asked 21/8, 2013 at 17:19

1

Solved

I'm hoping somebody can clear up my confusion behind the purposes of NOTIFY and M-SEARCH messages used by upnp/ssdp protocol. My understanding is that a NOTIFY message is sent when a device wants ...
Scrivens asked 15/6, 2013 at 16:37

3

I'm trying to add new static port mapping in my c# application. Because my application runs as a server and i want its to listen on the port 8000. NATUPNPLib.UPnPNATClass upnpnat = new NATUPNPLib....
Bora asked 13/2, 2013 at 15:7

2

Am I right in thinking that if I'm DLNA 1.5 compliant, I've implemented UPnP AV? What does DLNA get me besides specifying minimum format requirements? Isn't DLNA built on top of UPnP? I know for su...
Ardeen asked 1/12, 2010 at 0:1

1

Solved

Disclaimer: I've carefully read every similar topic here and did a google search. Non of those answered my questions, so I would like to accumulate information in this topic. P.S. I might not be so...
Nofretete asked 14/11, 2012 at 14:32

1

Solved

I'm trying to communicate with dlna compliant devices using a C#.net application, using the UPnP protocol. I'm using the default Visual studio UPnP library("UPnP 1.0 type library (control point)")....
Guv asked 21/9, 2012 at 11:44

9

Solved

I'm working on a P2P application, and I need to get it to communicate through NAT Routers / Firewalls using UPnP. However, it doesn't seem that the .NET Framework includes support for UPnP. ...
Tamarind asked 2/12, 2008 at 4:47

1

Solved

Im trying to set port forwarding using c#, but I keep getting this error in visual studio. Interop type 'NATUPNPLib.UPnPNATClass' cannot be embedded. Use the applicable interface instead. this is...
Culpepper asked 17/3, 2012 at 0:44

3

Solved

I need to be able to send out a UDP message and also receive one in order to discover SSDP devices on the network from the iPhone. I know that I need to send the packet to the multicast address an...
Manzoni asked 7/7, 2010 at 8:16

1

I'm trying to develop an Android UPnP application that has an embedded http server in it, so it can serve media files from the device over lan. The first implementacion of the web server that I us...
Toreutics asked 1/8, 2011 at 12:5

2

Solved

Is there a library for implementing service discovery and publishing via UPnP? (I am trying to find some alternatives to JmDNS that while protocol-wise worked fine for our purposes, was high...
Sweetscented asked 12/7, 2010 at 15:19

4

Solved

I'm trying to play around with UPnP. Specifically, I'm trying to browse the content library of a PS3 Media Server. I tried upnp.dll (a COM library that ships with windows) and found it easy ...
Bunkmate asked 26/11, 2009 at 1:45

2

I want to create an iPhone app that manages a Windows computer via uPNP. The Windows computer will be the device I'm controlling, and the iPhone will be the controller. I've pretty much narrowed i...
Hujsak asked 11/3, 2011 at 19:15

1

I'm writing a UPnP AV/DLNA DMS which needs to send and receive SSDP messages. In response to some M-SEARCH packets I need to send a reply with the URL of a resource (in this case a HTTP server), wh...
Heartbreak asked 4/3, 2011 at 12:8

1

Solved

I'm working on a webpage on which I want to discover some UPnP devices, however the client maybe on a different VLAN than the server. So, UPnP discovery needs to happen on the client. Apparently UD...
Tracee asked 4/2, 2011 at 19:59

1

Solved

I'm using the awesome Cling library to scan my network for UPnP devices. My goal is to throw together a little DLNA library browser so I can learn the technology. I have so far been able to 1. scan...
Balough asked 3/2, 2011 at 20:57

1

Solved

Is there a library for implementing Simple Service Discovery Protocol(SSDP) via UPnP in Python? Basically, I want to make protocols for SSDP using python.
Picasso asked 19/1, 2011 at 23:29

1

Solved

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 c...
Poetize asked 15/9, 2010 at 11:56

© 2022 - 2024 — McMap. All rights reserved.