Changes between Initial Version and Version 1 of Ticket #938


Ignore:
Timestamp:
05/01/09 19:44:20 (15 years ago)
Author:
Jpm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #938 – Description

    initial v1  
    55If I change the broadcast-address to the LAN-specific-address e.g. 192.168.10.255, it works and I see the packets in wireshark. But I need to send the packet to 255.255.255.255 :-)
    66
    7 (((
     7
     8{{{
    89Global $Port = "5035"
    910Global $BroadcastAdr = "255.255.255.255"
     
    4344    UDPShutdown()
    4445EndFunc  ;==>OnAutoItExit
    45 )))
     46}}}
     47
    4648
    4749Details to my problem and a larger example script you will find at: