Re: UDP, multicast

2011-06-15 Thread Pierre Sahores
Jan, Interesting ! Thanks for the tip. Pierre Le 15 juin 2011 à 06:59, Jan Schenkel a écrit : --- On Mon, 6/13/11, Maarten Koopmans maarten.koopm...@gmail.com wrote: Hi, Is there a way to send or receive multicast in livecode? I want to use that with a TTL=2 so devices on the same

Re: UDP, multicast

2011-06-14 Thread Maarten Koopmans
I guess that' a no, then :'( --Maarten Op 13 jun. 2011 10:16 schreef Maarten Koopmans maarten.koopm...@gmail.com het volgende: Hi, Is there a way to send or receive multicast in livecode? I want to use that with a TTL=2 so devices on the same network can discover each other (cross-platform).

Re: UDP, multicast

2011-06-14 Thread Mark Schonewille
Maarten, Broadcasting is quite unreliable in LiveCode. Soemtimes it works, sometimes it doesn't. I use a repeat loop to send a brief code to all IP addresses over UDP. This triggers clients to tell the server they exist. An example doing this is Clipboard Link

Re: UDP, multicast

2011-06-14 Thread Jan Schenkel
--- On Mon, 6/13/11, Maarten Koopmans maarten.koopm...@gmail.com wrote: Hi, Is there a way to send or receive multicast in livecode? I want to use that with a TTL=2 so devices on the same network can discover each other (cross-platform). Thanks, Maarten Hi Maarten, LiveCOde has

UDP, multicast

2011-06-13 Thread Maarten Koopmans
Hi, Is there a way to send or receive multicast in livecode? I want to use that with a TTL=2 so devices on the same network can discover each other (cross-platform). Thanks, Maarten ___ use-livecode mailing list use-livecode@lists.runrev.com Please