You could use UDP broadcast which is supported, but this only works well if the devices are all on the same network – https://networkcomms.net/udp-broadcasting/
Otherwise your only alternative would be to contact all clients individually in a for loop.
Kind regards,
Marc