aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/netreceive-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 02:20:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 02:20:47 +0000
commit67c5a402fd1d2c9b7ce70b98c4fca2fd972312c5 (patch)
tree3dd968ecdff0767718cc6cbaa41ea95cb5c03036 /externals/vanilla/netreceive-help.pd
parent60a6ee6cf6b7c626067769e35d88f13853414d18 (diff)
replaced with vanilla help files
svn path=/trunk/; revision=14607
Diffstat (limited to 'externals/vanilla/netreceive-help.pd')
-rw-r--r--externals/vanilla/netreceive-help.pd116
1 files changed, 23 insertions, 93 deletions
diff --git a/externals/vanilla/netreceive-help.pd b/externals/vanilla/netreceive-help.pd
index 789d9b84..b4bd3f9c 100644
--- a/externals/vanilla/netreceive-help.pd
+++ b/externals/vanilla/netreceive-help.pd
@@ -1,93 +1,23 @@
-#N canvas 0 0 555 619 10;
-#X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0
-14 -228856 -66577 0;
-#X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header netreceive 3 12
-0 18 -204280 -1 0;
-#X obj 0 331 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
--228856 -1 0;
-#N canvas 46 242 494 344 META 0;
-#X text 12 105 LIBRARY internal;
-#X text 12 145 WEBSITE http://crca.ucsd.edu/~msp/;
-#X text 12 25 LICENSE SIBSD;
-#X text 12 125 AUTHOR Miller Puckette;
-#X text 12 185 HELP_PATCH_AUTHORS Updated for Pd v0.41. Revised by
-Jonathan Wilkes to conform to the PDDP template for Pd version 0.42.
-;
-#X text 12 5 KEYWORDS control network;
-#X text 12 45 DESCRIPTION listen for incoming messages from a network
-;
-#X text 12 65 OUTLET_0 anything;
-#X text 12 85 OUTLET_1 float;
-#X text 12 165 RELEASE_DATE 1997;
-#X restore 500 597 pd META;
-#X obj 0 358 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
-13 -228856 -1 0;
-#X obj 0 431 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12
-0 13 -228856 -1 0;
-#X obj 0 558 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12
-0 13 -228856 -1 0;
-#N canvas 54 478 428 109 Related_objects 0;
-#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
-14 -204280 -1 0;
-#X text 8 2 [netreceive] Related Objects;
-#X obj 22 43 netsend;
-#X restore 102 598 pd Related_objects;
-#X obj 78 367 cnv 17 3 25 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
--162280 0;
-#X text 80 451 1) float;
-#X obj 463 3 netreceive;
-#X obj 430 20 pddp/pddplink http://wiki.puredata.info/en/netreceive
--text pdpedia: netreceive;
-#X floatatom 226 82 0 0 0 0 - - -;
-#X obj 139 145 netreceive 3001 1;
-#X obj 139 82 print tcp;
-#X obj 139 166 print udp;
-#N canvas 57 331 428 261 About_netreceive 0;
-#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
-14 -204280 -1 0;
-#X text 8 2 [netreceive] More Info;
-#X text 21 38 The [netreceive] object opens a socket for TCP ("stream")
-or UDP ("datagram") network reception on a specified port. If using
-TCP \, an outlet gives you the number of [netsend] objects (or other
-compatible clients) have opened connections here.;
-#X text 20 170 There are some possibilities for intercommunication
-with other programs... see the help for [netsend].;
-#X text 19 104 Incoming network messages appear at the left inlet of
-the [netreceive] object. (They used to be received by [receive] objects
-\, in which case it was up to the sender to select which one). To test
-the object you can send messages from the [netsend] help window.;
-#X text 18 208 SECURITY ALERT: the port that netreceive opens has no
-access restrictions \, so anyone can connect to it and send messages.
-;
-#X restore 102 567 pd About_netreceive;
-#X text 11 23 listen for incoming messages from a network;
-#X text 168 466 - (optional) 0 for TCP \, nonzero for UDP. (Default
-is TCP.);
-#X text 168 451 - (optional) port number.;
-#X text 80 466 2) float;
-#X text 168 481 - if you set the third argument to the word "old" \,
-everything sent to the specified port is received into the global message
-space. This is the original behavior of [netreceive]. This can be VERY
-INSECURE since it gives someone full access to your computer \, allowing
-them to do anything that Pd can via the network.;
-#X text 98 290 Old behavior: [netreceive 4567 0 old] (see argument
-3 below);
-#X text 80 481 3) symbol atom;
-#X text 98 366 anything;
-#X obj 78 403 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
--162280 0;
-#X text 98 402 float;
-#X text 264 60 <- TCP \, port 3000;
-#X text 261 144 <- UDP \, port 3001;
-#X text 98 205 You can send messages from the [netsend] objects in
-the help patch for [netsend].;
-#X text 168 366 - any message received by this [netreceive] object
-will be sent to the left outlet.;
-#X text 98 334 (none);
-#X obj 139 61 netreceive 3000;
-#X text 168 402 - when using TCP \, the [netreceive] object has a right
-inlet which shows the number of open connections.;
-#X obj 4 597 pddp/pddplink pddp/help.pd -text help;
-#X connect 13 0 15 0;
-#X connect 32 0 14 0;
-#X connect 32 1 12 0;
+#N canvas 50 24 682 520 12;
+#X obj 100 323 netreceive 3000;
+#X floatatom 202 353 0 0 0;
+#X obj 100 414 netreceive 3001 1;
+#X text 33 36 The Netreceive object opens a socket for TCP ("stream") or UDP ("datagram") network reception on a specified port. If using TCP \, an outlet gives you the number of Netsend objects (or other compatible clients) have opened connections here.;
+#X text 31 117 Incoming network messages appear on "receive" objects \; it's up to the sender to select which one. Here \, a "receive foo" fields messages sent from the Netsend help window \, q.v.;
+#X text 108 270 first argument: portnumber = 3000;
+#X text 105 291 second argument: 0 or none for TCP \, nonzero for UDP;
+#X text 238 322 <-- TCP \, port 3000;
+#X text 262 413 <-- UDP \, port 3001;
+#X text 236 354 <--- number of open connections;
+#X text 85 12 Netreceive -- listen for incoming messages from network;
+#X text 26 383 incoming messages;
+#X text 203 488 see also:;
+#X obj 289 490 netsend;
+#X obj 100 353 print tcp;
+#X obj 100 442 print udp;
+#X text 425 484 updated for Pd version 0.33;
+#X text 30 207 SECURITY ALERT: don't publish the port number of your netreceive unless you wouldn't mind other people being able to send you messages.;
+#X text 32 168 There are some possibilities for intercommunication with other programs... see the help for "netsend.";
+#X connect 0 0 14 0;
+#X connect 0 1 1 0;
+#X connect 2 0 15 0;