From 19ff830fa9aa293e67b5f7b547bb6d8c34982857 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 7 May 2006 22:50:38 +0000 Subject: files created for the walcheturm workshop in Zurich svn path=/trunk/; revision=5058 --- doc/tutorials/networking/08.wildcard_messages.pd | 43 +++++++++++++++ doc/tutorials/networking/09.chat-server.pd | 14 +++++ doc/tutorials/networking/10.chat_client.pd | 66 ++++++++++++++++++++++++ doc/tutorials/networking/11.chat_exercise.pd | 25 +++++++++ doc/tutorials/networking/Attic/chat-client.pd | 66 ------------------------ doc/tutorials/networking/Attic/chat-server.pd | 14 ----- 6 files changed, 148 insertions(+), 80 deletions(-) create mode 100644 doc/tutorials/networking/08.wildcard_messages.pd create mode 100644 doc/tutorials/networking/09.chat-server.pd create mode 100644 doc/tutorials/networking/10.chat_client.pd create mode 100644 doc/tutorials/networking/11.chat_exercise.pd delete mode 100644 doc/tutorials/networking/Attic/chat-client.pd delete mode 100644 doc/tutorials/networking/Attic/chat-server.pd (limited to 'doc/tutorials/networking') diff --git a/doc/tutorials/networking/08.wildcard_messages.pd b/doc/tutorials/networking/08.wildcard_messages.pd new file mode 100644 index 00000000..4174b967 --- /dev/null +++ b/doc/tutorials/networking/08.wildcard_messages.pd @@ -0,0 +1,43 @@ +#N canvas 129 112 644 464 10; +#X obj 8 10 cnv 15 400 40 empty empty matching_with_wildcards 20 12 +0 24 -228992 -66577 0; +#X text 10 69 OSC gives you a very useful feature which regular [route] +does not: wildcards. Wildcards are characters that match any pattern. +The * is the most common \, it means match any amount of any character: +; +#X obj 38 236 bng 15 250 50 0 empty empty match 18 8 0 12 -262144 -1 +-1; +#X obj 130 236 bng 15 250 50 0 empty empty unmatched 18 8 0 12 -262144 +-1 -1; +#X msg 30 134 /test/message data; +#X obj 37 216 OSCroute /*; +#X msg 56 185 /1/2/3 data; +#X msg 56 159 /some/other/message 1 2 3; +#X text 142 214 <-- notice the * in the pattern; +#X text 320 347 <-- notice the * in the pattern; +#X msg 212 278 /inst2/note B; +#X msg 110 279 /inst1/note C; +#X msg 229 319 /inst3/note F; +#X obj 202 346 OSCroute /*; +#X msg 219 298 /player3/note D; +#X obj 274 366 bng 15 250 50 0 empty empty unmatched 18 8 0 12 -262144 +-1 -1; +#X obj 294 409 bng 15 250 50 0 empty empty unmatched 18 8 0 12 -262144 +-1 -1; +#X obj 202 388 OSCroute /note; +#X obj 202 410 symbol; +#X symbolatom 202 432 10 0 0 0 - - -; +#X connect 4 0 5 0; +#X connect 5 0 2 0; +#X connect 5 1 3 0; +#X connect 6 0 5 0; +#X connect 7 0 5 0; +#X connect 10 0 13 0; +#X connect 11 0 13 0; +#X connect 12 0 13 0; +#X connect 13 0 17 0; +#X connect 13 1 15 0; +#X connect 14 0 13 0; +#X connect 17 0 18 0; +#X connect 17 1 16 0; +#X connect 18 0 19 0; diff --git a/doc/tutorials/networking/09.chat-server.pd b/doc/tutorials/networking/09.chat-server.pd new file mode 100644 index 00000000..f61fe495 --- /dev/null +++ b/doc/tutorials/networking/09.chat-server.pd @@ -0,0 +1,14 @@ +#N canvas 769 55 458 308 10; +#X obj 258 13 import maxlib cyclone zexy; +#X obj 141 112 netserver 47292; +#X obj 68 83 prepend broadcast; +#X obj 153 204 prepend; +#X obj 197 176 makesymbol client%s_%s; +#X obj 197 151 pack float symbol; +#X connect 1 0 3 0; +#X connect 1 2 5 0; +#X connect 1 3 5 1; +#X connect 2 0 1 0; +#X connect 3 0 2 0; +#X connect 4 0 3 1; +#X connect 5 0 4 0; diff --git a/doc/tutorials/networking/10.chat_client.pd b/doc/tutorials/networking/10.chat_client.pd new file mode 100644 index 00000000..1607e626 --- /dev/null +++ b/doc/tutorials/networking/10.chat_client.pd @@ -0,0 +1,66 @@ +#N canvas 257 22 610 553 10; +#X obj 413 12 import maxlib cyclone zexy; +#X msg 130 295 disconnect; +#X obj 108 323 netclient; +#X obj 50 233 prepend send; +#X obj 125 415 prepend set; +#X obj 136 356 print; +#X obj 27 66 trigger bang bang; +#X msg 27 88 clear; +#X text 314 266 <-- first connect to the server; +#X text 213 294 <-- disconnect when you are done to free the port; +#N canvas 238 612 454 304 /SUBPATCH/ 0; +#X obj 101 10 inlet; +#X obj 100 100 tgl 25 0 empty \$0-tgl connected 0 -6 0 8 -4033 -262144 +-1 1 1; +#X obj 121 35 select 1; +#X obj 199 245 s \$0-tgl; +#X msg 224 197 label \$1; +#X obj 224 173 symbol; +#X msg 220 133 connected; +#X msg 298 132 -; +#X msg 112 197 color \$1 \$2 \$3; +#X msg 158 165 1 1 0; +#X msg 71 165 -65281 0 -1; +#X obj 171 55 bang; +#X connect 0 0 1 0; +#X connect 0 0 2 0; +#X connect 2 0 10 0; +#X connect 2 0 6 0; +#X connect 2 1 11 0; +#X connect 4 0 3 0; +#X connect 5 0 4 0; +#X connect 6 0 5 0; +#X connect 7 0 5 0; +#X connect 8 0 3 0; +#X connect 9 0 8 0; +#X connect 10 0 8 0; +#X connect 11 0 9 0; +#X connect 11 0 7 0; +#X coords 0 -1 1 1 25 25 1 100 100; +#X restore 191 345 pd; +#X msg 108 266 connect pdbox.at.or.at 47292; +#X msg 27 27 send; +#X obj 125 436 entry 300 100 grey90 black; +#X obj 49 121 entry 300 100 grey90 black; +#X text 114 96 type your message in the box below \, and click send +above; +#X obj 67 356 niagara 1; +#X text 68 437 message:; +#X symbolatom 67 398 25 0 0 0 sender: - -; +#X obj 67 377 symbol; +#X connect 1 0 2 0; +#X connect 2 0 5 0; +#X connect 2 0 16 0; +#X connect 2 1 10 0; +#X connect 3 0 2 0; +#X connect 4 0 13 0; +#X connect 6 0 7 0; +#X connect 6 1 14 0; +#X connect 7 0 14 0; +#X connect 11 0 2 0; +#X connect 12 0 6 0; +#X connect 14 0 3 0; +#X connect 16 0 19 0; +#X connect 16 1 4 0; +#X connect 19 0 18 0; diff --git a/doc/tutorials/networking/11.chat_exercise.pd b/doc/tutorials/networking/11.chat_exercise.pd new file mode 100644 index 00000000..87885153 --- /dev/null +++ b/doc/tutorials/networking/11.chat_exercise.pd @@ -0,0 +1,25 @@ +#N canvas 123 124 644 464 10; +#X obj 8 10 cnv 15 400 40 empty empty chat_exercise 20 12 0 24 -225271 +-66577 0; +#X obj 437 59 import maxlib cyclone zexy; +#X obj 129 89 prepend broadcast; +#X obj 202 191 prepend; +#X obj 246 169 makesymbol client%s_%s; +#X obj 246 148 pack float symbol; +#X obj 202 118 netserver 47292; +#X text 434 118 useful objects:; +#X text 463 159 [entry]; +#X text 463 138 [prepend]; +#X text 11 60 Here is a basic chat room server:; +#X text 14 218 Implement a client to send and receive messages using +this server. Connect to the server "pdbox.at.or.at" on the same port +\, 47292; +#X msg 115 271 connect pdbox.at.or.at 47292; +#X text 463 179 [netclient]; +#X connect 2 0 6 0; +#X connect 3 0 2 0; +#X connect 4 0 3 1; +#X connect 5 0 4 0; +#X connect 6 0 3 0; +#X connect 6 2 5 0; +#X connect 6 3 5 1; diff --git a/doc/tutorials/networking/Attic/chat-client.pd b/doc/tutorials/networking/Attic/chat-client.pd deleted file mode 100644 index 1607e626..00000000 --- a/doc/tutorials/networking/Attic/chat-client.pd +++ /dev/null @@ -1,66 +0,0 @@ -#N canvas 257 22 610 553 10; -#X obj 413 12 import maxlib cyclone zexy; -#X msg 130 295 disconnect; -#X obj 108 323 netclient; -#X obj 50 233 prepend send; -#X obj 125 415 prepend set; -#X obj 136 356 print; -#X obj 27 66 trigger bang bang; -#X msg 27 88 clear; -#X text 314 266 <-- first connect to the server; -#X text 213 294 <-- disconnect when you are done to free the port; -#N canvas 238 612 454 304 /SUBPATCH/ 0; -#X obj 101 10 inlet; -#X obj 100 100 tgl 25 0 empty \$0-tgl connected 0 -6 0 8 -4033 -262144 --1 1 1; -#X obj 121 35 select 1; -#X obj 199 245 s \$0-tgl; -#X msg 224 197 label \$1; -#X obj 224 173 symbol; -#X msg 220 133 connected; -#X msg 298 132 -; -#X msg 112 197 color \$1 \$2 \$3; -#X msg 158 165 1 1 0; -#X msg 71 165 -65281 0 -1; -#X obj 171 55 bang; -#X connect 0 0 1 0; -#X connect 0 0 2 0; -#X connect 2 0 10 0; -#X connect 2 0 6 0; -#X connect 2 1 11 0; -#X connect 4 0 3 0; -#X connect 5 0 4 0; -#X connect 6 0 5 0; -#X connect 7 0 5 0; -#X connect 8 0 3 0; -#X connect 9 0 8 0; -#X connect 10 0 8 0; -#X connect 11 0 9 0; -#X connect 11 0 7 0; -#X coords 0 -1 1 1 25 25 1 100 100; -#X restore 191 345 pd; -#X msg 108 266 connect pdbox.at.or.at 47292; -#X msg 27 27 send; -#X obj 125 436 entry 300 100 grey90 black; -#X obj 49 121 entry 300 100 grey90 black; -#X text 114 96 type your message in the box below \, and click send -above; -#X obj 67 356 niagara 1; -#X text 68 437 message:; -#X symbolatom 67 398 25 0 0 0 sender: - -; -#X obj 67 377 symbol; -#X connect 1 0 2 0; -#X connect 2 0 5 0; -#X connect 2 0 16 0; -#X connect 2 1 10 0; -#X connect 3 0 2 0; -#X connect 4 0 13 0; -#X connect 6 0 7 0; -#X connect 6 1 14 0; -#X connect 7 0 14 0; -#X connect 11 0 2 0; -#X connect 12 0 6 0; -#X connect 14 0 3 0; -#X connect 16 0 19 0; -#X connect 16 1 4 0; -#X connect 19 0 18 0; diff --git a/doc/tutorials/networking/Attic/chat-server.pd b/doc/tutorials/networking/Attic/chat-server.pd deleted file mode 100644 index f61fe495..00000000 --- a/doc/tutorials/networking/Attic/chat-server.pd +++ /dev/null @@ -1,14 +0,0 @@ -#N canvas 769 55 458 308 10; -#X obj 258 13 import maxlib cyclone zexy; -#X obj 141 112 netserver 47292; -#X obj 68 83 prepend broadcast; -#X obj 153 204 prepend; -#X obj 197 176 makesymbol client%s_%s; -#X obj 197 151 pack float symbol; -#X connect 1 0 3 0; -#X connect 1 2 5 0; -#X connect 1 3 5 1; -#X connect 2 0 1 0; -#X connect 3 0 2 0; -#X connect 4 0 3 1; -#X connect 5 0 4 0; -- cgit v1.2.1