aboutsummaryrefslogtreecommitdiff
path: root/tcpreceive-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-04-01 07:20:31 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-04-01 07:20:31 +0000
commite79d89cbca7353baeed6a76c2799df8871ef4814 (patch)
treef4b0875d30a40dfae6a0e0603a0626c0598f7dc8 /tcpreceive-help.pd
parent71e002b6dfa4042462da27896ca2901d077dbf11 (diff)
tcpclient fixes and features
fixed the callback (API changed but due to cast this has gone unnoticed) featured settable ports (and now creation failure is port is taken) svn path=/trunk/externals/iem/iemnet/; revision=13327
Diffstat (limited to 'tcpreceive-help.pd')
-rw-r--r--tcpreceive-help.pd36
1 files changed, 14 insertions, 22 deletions
diff --git a/tcpreceive-help.pd b/tcpreceive-help.pd
index 8cfbbe4..12c3a12 100644
--- a/tcpreceive-help.pd
+++ b/tcpreceive-help.pd
@@ -1,22 +1,14 @@
-#N canvas 713 11 478 294 12;
-#X floatatom 206 144 3 0 0 0 - - -;
-#X floatatom 233 144 3 0 0 0 - - -;
-#X floatatom 260 144 3 0 0 0 - - -;
-#X floatatom 287 144 3 0 0 0 - - -;
-#X text 163 143 from;
-#X obj 155 185 print message;
-#X obj 155 57 tcpreceive 9997;
-#X floatatom 257 96 5 0 0 0 - - -;
-#X text 303 94 connections;
-#X text 32 16 tcpreceive receives bytes over a tcp connection.;
-#X floatatom 315 144 5 0 0 0 - - -;
-#X obj 206 117 unpack 0 0 0 0 0;
-#X text 265 235 Martin Peach 2008/11/05;
-#X connect 6 0 5 0;
-#X connect 6 1 11 0;
-#X connect 6 2 7 0;
-#X connect 11 0 0 0;
-#X connect 11 1 1 0;
-#X connect 11 2 2 0;
-#X connect 11 3 3 0;
-#X connect 11 4 10 0;
+#N canvas 546 11 478 294 12;
+#X obj 47 185 print message;
+#X obj 47 97 tcpreceive 9997;
+#X text 32 16 tcpreceive receives bytes over a tcp connection.;
+#X obj 179 119 print status;
+#X obj 91 164 print from;
+#X obj 135 141 print #connections;
+#X msg 47 71 port 10000;
+#X text 196 260 IOhannes m zmölnig 2010/03/31;
+#X connect 1 0 0 0;
+#X connect 1 1 4 0;
+#X connect 1 2 5 0;
+#X connect 1 3 3 0;
+#X connect 6 0 1 0;