Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: UDP broadcast

From: amicom:sonic at: 18-Jun-2003 22:33

This worked for me: Session 1:
>> server: open udp://:54000 >> forever [wait server print [now copy server]]
Session 2 (As below, but I reduced your wait time to 30 sec. for testing) Bohdan "Bo" Lechnowsky Lechnowsky Technical Consulting At 04:54 PM 6/18/03 +0200, you wrote: