UDP Broadcast to network

Is it possible to broadcast a UDP message to the network on a port rather than directly address each UDP node to a set IP?

I know it’s possible not using 4v, just wondering if it’s possible in the mother language.

ip4-wise x.x.x.255 is the broadcast-ip. works using v4. so 255.255.255.255 should do a full broadcast on your network