Broadcast OSC messages

Hi, i would need some help on how to broadcast OSC messages on multiple computers, including localhost… ???
I can link CPU#1 to CPU#2, but how do i send messages from
CPU#1 to: CPU#1 + 2 + 3 + 4 + 5 +++++ (all CPU in the network)
Any advice would be really appreciated.
Thxxx

use .255 for multicast. e.g. ur machines are configured 192.168.0.x then just use x=255 as target ip for multi(broad)cast.

255.255.255.255 will reach all computers in your network.

thxxxxxx !