#N canvas 502 216 626 345 10; #X declare -lib mrpeach; #X msg 48 155 disconnect; #X obj 173 232 packOSC; #X obj 147 266 udpsend; #X obj 396 151 unpackOSC; #X obj 396 187 routeOSC /hello; #X msg 167 162 send /hello/world 22; #X msg 204 193 send /hello/you 33; #X obj 396 225 routeOSC /world; #X obj 504 225 routeOSC /you; #X obj 504 261 print you; #X obj 323 26 import mrpeach; #X msg 112 110 connect 192.168.178.255 3456; #X obj 396 92 udpreceive 3456; #X obj 396 258 print hello; #X text 38 54 could be defined as "localhost" (your machine); #X text 38 67 could also be an IP number of some computer; #X text 38 79 could be defined as the whole range broadcast (.255) ; #X text 38 41 The IP address within the "connect" box:; #X text 428 27 <-- these are libraries; #X connect 0 0 2 0; #X connect 1 0 2 0; #X connect 3 0 4 0; #X connect 4 0 7 0; #X connect 4 0 8 0; #X connect 5 0 1 0; #X connect 6 0 1 0; #X connect 7 0 13 0; #X connect 8 0 9 0; #X connect 11 0 2 0; #X connect 12 0 3 0;