aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-07 18:48:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-07 18:48:39 +0000
commitd8a40faeb5a605c266387feaf37b008c0f893352 (patch)
tree39fafeeeb7d9e697e45ab183362331e1ba740f3a /doc/tutorials
parentf72fbaef88cc25ef44912bbc55b2b6e4d5387dda (diff)
switched to pddp/print so you can see the changes in the patch
svn path=/trunk/; revision=10975
Diffstat (limited to 'doc/tutorials')
-rw-r--r--doc/tutorials/networking/04.netserver_and_netclient.pd45
1 files changed, 24 insertions, 21 deletions
diff --git a/doc/tutorials/networking/04.netserver_and_netclient.pd b/doc/tutorials/networking/04.netserver_and_netclient.pd
index 92d431a0..03729524 100644
--- a/doc/tutorials/networking/04.netserver_and_netclient.pd
+++ b/doc/tutorials/networking/04.netserver_and_netclient.pd
@@ -1,5 +1,5 @@
-#N canvas 10 40 620 460 10;
-#X declare -lib libdir;
+#N canvas 46 48 620 460 10;
+#X declare -lib maxlib;
#X obj 463 52 import maxlib;
#X obj 8 10 cnv 15 400 40 empty empty netserver_and_netclient 20 12
0 24 -228992 -66577 0;
@@ -16,39 +16,42 @@
#X msg 355 343 disconnect;
#X floatatom 395 394 5 0 0 0 - - -;
#X msg 338 303 send \$1;
-#X obj 338 419 print client2;
#X floatatom 140 278 5 0 0 0 - - -;
#X floatatom 337 285 5 0 0 0 - - -;
#X obj 61 177 netserver 3001;
#X msg 124 323 connect localhost 3001;
#X msg 307 324 connect localhost 3001;
-#X msg 62 144 broadcast hello kuva!;
+#X msg 21 136 broadcast hello kuva!;
#X text 99 244 data;
#X text 133 225 connections;
#X text 164 163 IP address;
-#X obj 125 419 print client1;
-#X text 302 162 netserver connects;
-#X text 301 174 different clients over;
-#X text 301 188 a network \, broadcasting;
-#X text 301 200 stream of information;
-#X text 300 211 through a server;
+#X text 343 177 netserver connects;
+#X text 342 189 different clients over;
+#X text 342 203 a network \, broadcasting;
+#X text 342 215 stream of information;
+#X text 341 226 through a server;
#X text 13 71 [netserver] and [netclient] gives you a bi-directional
connection so you can send data back and forth thru it. Also \, [netserver]
helps you manage multiple connections.;
-#X connect 7 0 25 0;
+#X obj 125 419 pddp/print;
+#X obj 338 419 pddp/print;
+#X msg 161 136 broadcast goodbye avuk!;
+#X text 312 136 <-- click to send to all connected netclients;
+#X connect 7 0 30 0;
#X connect 7 1 9 0;
#X connect 8 0 7 0;
#X connect 10 0 7 0;
-#X connect 11 0 15 0;
+#X connect 11 0 31 0;
#X connect 11 1 13 0;
#X connect 12 0 11 0;
#X connect 14 0 11 0;
-#X connect 16 0 10 0;
-#X connect 17 0 14 0;
-#X connect 18 0 2 0;
-#X connect 18 1 3 0;
-#X connect 18 2 5 0;
-#X connect 18 3 4 0;
-#X connect 19 0 7 0;
-#X connect 20 0 11 0;
-#X connect 21 0 18 0;
+#X connect 15 0 10 0;
+#X connect 16 0 14 0;
+#X connect 17 0 2 0;
+#X connect 17 1 3 0;
+#X connect 17 2 5 0;
+#X connect 17 3 4 0;
+#X connect 18 0 7 0;
+#X connect 19 0 11 0;
+#X connect 20 0 17 0;
+#X connect 32 0 17 0;