aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend-help.pd
blob: 7401fa59d2b7f9a3b7d0e39dec3833b5127ff828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#N canvas 304 215 898 550 12;
#X msg 268 188 disconnect;
#X msg 87 7 connect 127.0.0.1 9997;
#X obj 405 368 tgl 15 0 empty empty connected 20 7 0 8 -24198 -241291
-1 0 1;
#X msg 109 29 send 0 1 2 3;
#X text 100 345 udpsend sends bytes over a udp connection.;
#X text 177 395 Used in conjunction with packOSC will send OSC over
udp;
#X obj 405 345 udpsend;
#X msg 131 51 send ../doc/5.reference/test.txt;
#X obj 201 97 openpanel;
#X msg 201 121 send \$1;
#X obj 201 78 bng 15 250 50 0 empty empty empty 17 7 0 10 -24198 -241291
-1;
#X text 42 52 send a file;
#X text 207 28 send raw data;
#X text 221 77 ...any file;
#X msg 234 154 99 98 97;
#X text 299 154 'send' prefix is optional;
#X msg 371 291 multicast_interface 192.168.0.88;
#X msg 346 266 multicast_interface eth1;
#X msg 298 218 connect 239.200.200.200 9977;
#X text 595 358 Martin Peach 2010/07/30;
#X text 251 6 <--first connect to a host and port;
#X text 349 187 <--disconnect before connecting to another address
;
#X text 509 217 send to a multicast address;
#X text 481 242 specify an interface to use with multicast;
#X msg 323 243 multicast_interface 1;
#X text 531 265 by index \, name or address;
#X connect 0 0 6 0;
#X connect 1 0 6 0;
#X connect 3 0 6 0;
#X connect 6 0 2 0;
#X connect 7 0 6 0;
#X connect 8 0 9 0;
#X connect 9 0 6 0;
#X connect 10 0 8 0;
#X connect 14 0 6 0;
#X connect 16 0 6 0;
#X connect 17 0 6 0;
#X connect 18 0 6 0;
#X connect 24 0 6 0;