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

Re: UDP, multicast

2011-06-14 Thread Jan Schenkel
--- On Mon, 6/13/11, Maarten Koopmans 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 no built-in supp

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 http://clipboardlink.economy-x-tal

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" 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). > > Thanks, > > Maar