Re: [twsocket] THttpCli and UPnP devices

2006-04-04 Thread Kris Schoofs
Hi Wilfried, > WSocket->>MultiCast=true; > Why is this nececary ? Well, discovery of UPnP devices require that you multicast an UDP packet to 239.255.255.250:1900. All devices will then unicast a packet back to the sender. And since my discovery request needed to multicast I assume that I also nee

Re: [twsocket] THttpCli and UPnP devices

2006-04-04 Thread Angus Robertson - Magenta Systems Ltd
> (2) With the code below I open port 2500 for listening, multicast a > packet, and then listen for 5 seconds before closing the socket. > However, if I try to repeat this sequence a 2nd time, even though > I've closed the socket after listening for 5 seconds, I get > following error I've just

Re: [twsocket] THttpCli and UPnP devices

2006-04-04 Thread Dan
- Original Message - From: "Kris Schoofs" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Tuesday, April 04, 2006 6:20 PM Subject: Re: [twsocket] THttpCli and UPnP devices > Hi Wilfried, > >> WSocket->>MultiCast=true; >> Why is this nececary ? > Well, discovery of UPnP devices req