Changes between Initial Version and Version 1 of Ticket #938
- Timestamp:
- 05/01/09 19:44:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #938 – Description
initial v1 5 5 If 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 :-) 6 6 7 ((( 7 8 {{{ 8 9 Global $Port = "5035" 9 10 Global $BroadcastAdr = "255.255.255.255" … … 43 44 UDPShutdown() 44 45 EndFunc ;==>OnAutoItExit 45 ))) 46 }}} 47 46 48 47 49 Details to my problem and a larger example script you will find at: