aboutsummaryrefslogtreecommitdiff
path: root/net/udpreceive-help.pd
blob: 1c608bb6efd1685f160facd8594ebdf95fd0b26a (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#N canvas 1 53 742 431 12;
#X floatatom 414 304 3 0 0 0 - - -;
#X floatatom 441 304 3 0 0 0 - - -;
#X floatatom 468 304 3 0 0 0 - - -;
#X floatatom 495 304 3 0 0 0 - - -;
#X obj 191 160 udpreceive 9997;
#X floatatom 522 305 5 0 0 0 - - -;
#X obj 414 278 unpack 0 0 0 0 0;
#X msg 191 90 status;
#X floatatom 293 225 9 0 0 0 - - -;
#X obj 474 251 tgl 15 0 empty empty empty 17 7 0 10 -4034 -1 -1 0 1
;
#X floatatom 353 251 9 0 0 0 - - -;
#X text -10 90 get status on right outlet:;
#X text 186 225 bytes received:;
#X text 201 249 total bytes received:;
#X text 371 303 from:;
#X text 293 78 Specify a multicast address (from 224.0.0.0 to 239.255.255.255)
to use multicasting;
#X text 36 38 Creation arguments: port number to listen on (required)
;
#X obj 191 294 spigot;
#X obj 230 274 tgl 15 0 empty empty enable_print: -77 8 0 10 -4034
-1 -1 0 1;
#X obj 191 319 print received;
#X obj 293 192 route received total from multicast;
#X text 175 56 IP address to listen on (optional);
#X msg 202 129 port 9998;
#X text 276 127 change port to listen on;
#X text 486 360 Martin Peach 2010/10/15;
#X text -12 3 [udpreceive] receives datagrams over a udp connection
and outputs them as raw bytes.;
#N canvas 529 53 494 344 META 0;
#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2 or later;
#X text 12 135 AUTHOR Martin Peach;
#X text 12 5 KEYWORDS control network;
#X text 12 45 DESCRIPTION receive datagrams over a udp connection and
outputs them as raw bytes;
#X text 12 75 INLET_0 status port;
#X text 12 95 OUTLET_0 anything;
#X text 12 115 OUTLET_1 received total from multicast;
#X restore 657 396 pd META;
#X connect 4 0 17 0;
#X connect 4 1 20 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 17 0 19 0;
#X connect 18 0 17 1;
#X connect 20 0 8 0;
#X connect 20 1 10 0;
#X connect 20 2 6 0;
#X connect 20 3 9 0;
#X connect 22 0 4 0;