ssdp Questions

3

Solved

There are few uPNP devices in my network. I am trying to send M-SEARCH request to the network and hope receiving some responses from it. This is what I am trying: var sIP, sOut: string; iPort: Wo...
Gustavo asked 6/6, 2012 at 6:52

3

I created a small program to test UPnP Multicast (Visual C# 2010 Express, running on Windows 7 Professional 64 Bit). I can receive the UPnP NOTIFY Messages from UPnP Devices in my Network. But when...
Shameful asked 9/10, 2012 at 7:19

1

I'm implementing a device that ought to respond to SSDP M-SEARCH queries. I'm a device vendor and I don't have control where these devices will be deployed. There's a known DDoS attack that uses ...
Paragrapher asked 15/9, 2015 at 9:6

1

Solved

I have a Roku device on my network and I want to be able to discover it programically. The official Roku documentation says: There is a standard SSDP multicast address and port (239.255.255.250...
Halette asked 9/2, 2015 at 3:52

1

Solved

I'm trying to receive a SSDP response using swift with the library CocoaAsyncSocket (https://github.com/robbiehanson/CocoaAsyncSocket) I can successfully send the M-Search command to the multicast...
Courtship asked 25/12, 2014 at 19:32

2

I am trying to implement SSDP protocol, but I am not sure how exactly it works. SSDP sends data over udp, that is clear. If controller connects to network it can search for devices with MSEARCH mes...
Fullfaced asked 14/11, 2012 at 16:3

1

In my environment I have an Android smartphone and some other devices. The other devices are running linux. All devices are connected to a local network via Wifi. Now I want the Smartphone to recog...
Megalocardia asked 25/7, 2013 at 9:48

3

Solved

I'm trying to implement a very simple SSDP functionality into my android app taken from here. My application sends some UDP packets containing a relevant M-SEARCH message to the broadcasting addre...
Jan asked 1/4, 2013 at 12:33

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

1

Solved

I'm using tcpdump to debug an SSDP service. $ sudo tcpdump -Aq udp port 1900 When printing the UDP packets, I'm getting a lot of gibberish before the HTTP headers I presume to be the IP and UDP ...
Kayceekaye asked 3/6, 2012 at 6:48

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 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

© 2022 - 2024 — McMap. All rights reserved.