From e79d89cbca7353baeed6a76c2799df8871ef4814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 1 Apr 2010 07:20:31 +0000 Subject: 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 --- tcpreceive-help.pd | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) (limited to 'tcpreceive-help.pd') 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; -- cgit v1.2.1