aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcpclient-help.pd38
-rw-r--r--tcpreceive-help.pd3
-rw-r--r--tcpsend-help.pd3
-rw-r--r--tcpserver-help.pd3
-rw-r--r--udpreceive-help.pd7
-rw-r--r--udpsend-help.pd5
6 files changed, 37 insertions, 22 deletions
diff --git a/tcpclient-help.pd b/tcpclient-help.pd
index e6e90b4..0846745 100644
--- a/tcpclient-help.pd
+++ b/tcpclient-help.pd
@@ -35,10 +35,8 @@ be transmitted or received.;
100 101 120 46 112 104 112 13 10 13 10;
#X text 40 399 2010/03/01 Martin Peach;
#X text 418 430 Attempting to print long messages can hang Pd!;
-#X obj 295 281 s \$0.tcpclient.o3;
#X obj 797 166 route sent;
#X text 869 190 sent bytes;
-#X obj 797 142 r \$0.tcpclient.o3;
#X floatatom 797 347 3 0 0 0 - - -;
#X floatatom 851 347 3 0 0 0 - - -;
#X floatatom 824 347 3 0 0 0 - - -;
@@ -48,18 +46,20 @@ be transmitted or received.;
#X floatatom 906 321 6 0 0 0 - - -;
#X text 904 347 ip;
#X text 952 320 port;
-#X obj 797 242 r \$0.tcpclient.o3;
#X obj 235 431 print tcpclient:received;
#X obj 520 344 spigot;
#X obj 559 321 tgl 15 0 empty empty enable_print 18 7 0 8 -24198 -241291
-1 0 1;
-#X obj 520 298 r \$0.tcpclient.o3;
#X obj 520 373 print tcpclient:status;
#X text 286 401 Received messages are output as a stream of bytes;
#X text 515 103 GET http://index.phpCRLF;
#X text 45 477 NOTE: outlet's #2 & #3 are for compatibility with mrpeach's
net objects. all information is available via outlet#4 as well!;
-#X text 42 414 2010 rdz;
+#X text 41 414 2010/10/08 Roman Haefeli;
+#X obj 295 281 s \$0.tcpclient.o4;
+#X obj 520 298 r \$0.tcpclient.o4;
+#X obj 797 242 r \$0.tcpclient.o4;
+#X obj 797 142 r \$0.tcpclient.o4;
#X connect 0 0 8 0;
#X connect 1 0 2 0;
#X connect 1 1 3 0;
@@ -69,23 +69,23 @@ net objects. all information is available via outlet#4 as well!;
#X connect 8 0 22 0;
#X connect 8 1 1 0;
#X connect 8 2 9 0;
-#X connect 8 3 28 0;
+#X connect 8 3 47 0;
#X connect 11 0 8 0;
#X connect 14 0 8 0;
#X connect 17 0 8 0;
#X connect 20 0 8 0;
-#X connect 22 0 42 0;
+#X connect 22 0 39 0;
#X connect 23 0 22 1;
#X connect 25 0 8 0;
-#X connect 29 0 24 0;
-#X connect 31 0 29 0;
-#X connect 35 0 36 0;
-#X connect 36 0 32 0;
-#X connect 36 1 34 0;
-#X connect 36 2 33 0;
-#X connect 36 3 37 0;
-#X connect 36 4 38 0;
-#X connect 41 0 35 0;
-#X connect 43 0 46 0;
-#X connect 44 0 43 1;
-#X connect 45 0 43 0;
+#X connect 28 0 24 0;
+#X connect 33 0 34 0;
+#X connect 34 0 30 0;
+#X connect 34 1 32 0;
+#X connect 34 2 31 0;
+#X connect 34 3 35 0;
+#X connect 34 4 36 0;
+#X connect 40 0 42 0;
+#X connect 41 0 40 1;
+#X connect 48 0 40 0;
+#X connect 49 0 33 0;
+#X connect 50 0 28 0;
diff --git a/tcpreceive-help.pd b/tcpreceive-help.pd
index a07b80e..d134549 100644
--- a/tcpreceive-help.pd
+++ b/tcpreceive-help.pd
@@ -38,6 +38,9 @@
#X obj 20 105 tcpreceive 9997;
#X text 15 310 NOTE: outlet's #2 & #3 are for compatibility with mrpeach's
net objects. all information is available via outlet#4 as well!;
+#X obj 500 286 tcpsend;
+#X obj 500 311 tcpserver;
+#X text 499 263 check also:;
#X connect 1 0 35 0;
#X connect 7 0 4 0;
#X connect 7 1 6 0;
diff --git a/tcpsend-help.pd b/tcpsend-help.pd
index b9e55a2..5d45ce6 100644
--- a/tcpsend-help.pd
+++ b/tcpsend-help.pd
@@ -11,6 +11,9 @@
#X text 181 35 <--first connect;
#X text 289 173 2007/06/20 Martin Peach;
#X msg 15 36 connect 127.0.0.1 9997;
+#X obj 364 55 tcpclient;
+#X obj 364 81 tcpreceive;
+#X text 359 32 check also:;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
#X connect 3 0 2 0;
diff --git a/tcpserver-help.pd b/tcpserver-help.pd
index bee73fd..45ce9cd 100644
--- a/tcpserver-help.pd
+++ b/tcpserver-help.pd
@@ -165,6 +165,9 @@ well;
#X text 602 490 copyright (c) 2010 IOhannes m zmoelnig;
#X obj 190 293 s \$0.tcpserver.o5;
#X obj 324 383 r \$0.tcpserver.o5;
+#X text 644 232 check also:;
+#X obj 647 254 tcpreceive;
+#X obj 647 279 tcpclient;
#X connect 8 0 15 0;
#X connect 13 0 18 0;
#X connect 14 0 13 1;
diff --git a/udpreceive-help.pd b/udpreceive-help.pd
index 56c3ef5..770257b 100644
--- a/udpreceive-help.pd
+++ b/udpreceive-help.pd
@@ -1,4 +1,4 @@
-#N canvas 187 317 478 280 12;
+#N canvas 60 148 478 280 12;
#X floatatom 158 142 3 0 0 0 - - -;
#X floatatom 185 142 3 0 0 0 - - -;
#X floatatom 212 142 3 0 0 0 - - -;
@@ -38,7 +38,10 @@ objects. you can get all info (and more) via outlet #3 as well.;
#X connect 9 3 6 0;
#X connect 9 4 8 0;
#X connect 10 0 11 0;
-#X restore 317 110 pd get.info;
+#X restore 317 111 pd get.info;
+#X text 373 159 check also:;
+#X obj 375 182 udpsend;
+#X obj 375 208 udpserver;
#X connect 6 0 5 0;
#X connect 6 1 9 0;
#X connect 6 2 14 0;
diff --git a/udpsend-help.pd b/udpsend-help.pd
index b4c3b9d..347fc91 100644
--- a/udpsend-help.pd
+++ b/udpsend-help.pd
@@ -1,4 +1,4 @@
-#N canvas 431 102 590 348 12;
+#N canvas 76 70 590 348 12;
#X msg 72 182 disconnect;
#X msg 16 59 connect 127.0.0.1 9997;
#X obj 16 306 tgl 15 0 empty empty connected 20 7 0 8 -24198 -241291
@@ -16,6 +16,9 @@
#X text 201 311 (c) copyright 2010 IOhannes m zmoelnig;
#X text 171 208 NOTE: with the iemnet version of [udpsend] you CANNOT
send files directly! use mrpeach's [binfile] to read the file.;
+#X text 406 85 check also:;
+#X obj 409 110 udpclient;
+#X obj 409 137 udpreceive;
#X connect 0 0 7 0;
#X connect 1 0 7 0;
#X connect 4 0 7 0;