This file is indexed.

/usr/share/puredata/doc/5.reference/netsend-help.pd is in puredata-core 0.45.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#N canvas 586 125 1043 631 12;
#X obj 38 389 netsend;
#X msg 38 285 connect localhost 3000;
#X msg 47 367 send foo \$1;
#X floatatom 47 340 0 0 0 0 - - -;
#X msg 38 312 disconnect;
#X msg 249 363 send foo \$1;
#X msg 232 310 disconnect;
#X msg 232 285 connect localhost 3001;
#X floatatom 38 416 0 0 0 0 - - -;
#X floatatom 232 415 0 0 0 0 - - -;
#X text 197 9 Netsend -- send Pd messages over a network;
#X text 713 311 Close the connection;
#X obj 178 594 netreceive;
#X text 87 594 see also:;
#X text 754 592 updated for Pd version 0.45;
#X obj 657 521 netsend 1;
#X text 742 520 (UDP);
#X text 75 513 An old (pre-0.45) calling convention is provided for
compatibility: a single float argument \, "0" or "1" for TCP or UDP
respectively:, f 69;
#X obj 232 388 netsend -u;
#X text 732 390 creation arguments:;
#X text 800 409 optional -u flag for UDP;
#X text 110 460 Outlet is nonzero if connection is open \, zero otherwise.
;
#X text 800 428 optional -b flag for binary;
#X floatatom 249 336 0 0 0 0 - - -;
#X text 670 337 Send messages to "foo" on remote machine;
#X text 89 264 TCP \, ascii;
#X text 307 261 UDP \, ascii;
#X msg 424 311 disconnect;
#X floatatom 424 416 0 0 0 0 - - -;
#X floatatom 441 337 0 0 0 0 - - -;
#X msg 441 364 send 1 2 3 \$1;
#X msg 424 286 connect localhost 3002;
#X msg 617 311 disconnect;
#X floatatom 617 416 0 0 0 0 - - -;
#X floatatom 634 337 0 0 0 0 - - -;
#X text 666 259 UDP \, binary;
#X msg 634 364 send 1 2 3 \$1;
#X obj 617 389 netsend -u -b;
#X text 473 259 TCP \, binary;
#X text 806 273 Connect to "localhost" port number, f 22;
#X obj 424 389 netsend -b;
#X msg 617 286 connect localhost 3003;
#X text 83 188 The Pd distribution includes "pdsend" and "pdreceive"
standalone programs that work with netsend/netreceive in ASCII mode.
, f 83;
#X text 85 27 The Netsend object connects to another machine over the
network for sending TCP ("stream") or UDP ("datagram") messages. An
outlet reports whether the connection is open or not. A connection
request should specify the name or IP address of the other host and
the port number. There should be a "netreceive" on the remote host
with a matching port number., f 83;
#X text 84 114 By default the messages are ASCII text messages compatible
with Pd (i.e. \, numbers and symbols terminated with a semicolon --
the "FUDI" protocol). The "-b" creation argument specifies binary messages
instead \, which appear in Pd as lists of numbers from 0 to 255 (You
could use this to send OSC messages \, for example.), f 83;
#X connect 0 0 8 0;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 2 0;
#X connect 4 0 0 0;
#X connect 5 0 18 0;
#X connect 6 0 18 0;
#X connect 7 0 18 0;
#X connect 18 0 9 0;
#X connect 23 0 5 0;
#X connect 27 0 40 0;
#X connect 29 0 30 0;
#X connect 30 0 40 0;
#X connect 31 0 40 0;
#X connect 32 0 37 0;
#X connect 34 0 36 0;
#X connect 36 0 37 0;
#X connect 37 0 33 0;
#X connect 40 0 28 0;
#X connect 41 0 37 0;