Search found 3 matches

by Charlie
Tue Mar 21, 2006 4:46 pm
Forum: Coding Questions
Topic: UDP Broadcast under PB4 (Beta 7)
Replies: 5
Views: 3319

you don't know from stuff i mean, right?

with 192.168.x.255 you already send an udp broadcast message, but its a directed broadcast.
what i want is to send limited broadcast message where ip 255.255.255.255 as target.

when i use

ConnectionID.l = OpenNetworkConnection("255.255.255.255", 5000, #PB ...
by Charlie
Tue Mar 21, 2006 10:22 am
Forum: Coding Questions
Topic: UDP Broadcast under PB4 (Beta 7)
Replies: 5
Views: 3319

UDP Broadcast under PB4 (Beta 7)

with PB3.94 and UDP userlib from PureFan i can send limited broadcast message to "255.255.255.255" without to know my own ip.
with PB4 (Beta 7) i only can send a directed broadcast ex. 192.168.0.255, but to do so i must know my own ip on lan.

how i can send a limited broadcast message without to ...
by Charlie
Thu Mar 31, 2005 7:06 pm
Forum: General Discussion
Topic: AddDate Bug
Replies: 6
Views: 2072

@traumatic
sure 31.06.2005 does not give, but why it can not return 30.06.2005 or 01.07.2005 as result?