aboutsummaryrefslogtreecommitdiff
path: root/net/udpreceive-help.pd
blob: 745beece45c2824a4604fea8f0373eeac8e15304 (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
#N canvas 238 505 742 371 12;
#X floatatom 394 264 3 0 0 0 - - -;
#X floatatom 421 264 3 0 0 0 - - -;
#X floatatom 448 264 3 0 0 0 - - -;
#X floatatom 475 264 3 0 0 0 - - -;
#X obj 171 120 udpreceive 9997;
#X floatatom 502 265 5 0 0 0 - - -;
#X obj 394 238 unpack 0 0 0 0 0;
#X msg 171 90 status;
#X floatatom 273 185 9 0 0 0 - - -;
#X obj 454 211 tgl 15 0 empty empty empty 17 7 0 10 -4034 -1 -1 0 1
;
#X floatatom 333 211 9 0 0 0 - - -;
#X text 301 76 IP address to accept from (optional);
#X text -30 90 get status on right outlet:;
#X text 166 185 bytes received:;
#X text 181 209 total bytes received:;
#X text 351 263 from:;
#X text 299 97 Specify a multicast address (from 224.0.0.0 to 239.255.255.255)
to use multicasting;
#X text 162 57 Creation arguments: port number to listen on (required)
;
#X text 124 33 [udpreceive] receives bytes over a udp connection.;
#X obj 171 254 spigot;
#X obj 210 234 tgl 15 0 empty empty enable_print: -77 8 0 10 -4034
-1 -1 0 1;
#X obj 171 279 print received;
#X obj 273 152 route received total from multicast;
#X text 466 320 Martin Peach 2010/08/02;
#X connect 4 0 19 0;
#X connect 4 1 22 0;
#X connect 6 0 0 0;
#X connect 6 1 1 0;
#X connect 6 2 2 0;
#X connect 6 3 3 0;
#X connect 6 4 5 0;
#X connect 7 0 4 0;
#X connect 19 0 21 0;
#X connect 20 0 19 1;
#X connect 22 0 8 0;
#X connect 22 1 10 0;
#X connect 22 2 6 0;
#X connect 22 3 9 0;