aboutsummaryrefslogtreecommitdiff
path: root/tests/reflect/02_udp.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-09-01 14:32:27 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-09-01 14:32:27 +0000
commit9f0009faeaa0960f57fcacea91b45997258016e0 (patch)
treef434613d74c0bebef7abfdbdb67e0bd55f3fa220 /tests/reflect/02_udp.pd
parente6f799e41d7910e1388c68630c49bf3141cb8d9c (diff)
synch more with git
svn path=/trunk/externals/iem/iemnet/; revision=17546
Diffstat (limited to 'tests/reflect/02_udp.pd')
-rw-r--r--tests/reflect/02_udp.pd18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/reflect/02_udp.pd b/tests/reflect/02_udp.pd
new file mode 100644
index 0000000..939f96a
--- /dev/null
+++ b/tests/reflect/02_udp.pd
@@ -0,0 +1,18 @@
+#N canvas 341 348 487 300 10;
+#X obj 54 112 udpreceive 9999;
+#X obj 54 205 udpsend;
+#X obj 54 183 spigot;
+#X obj 54 227 t f f;
+#X obj 54 249 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
+1;
+#X msg 120 184 disconnect \, connect localhost 9998;
+#X text 44 26 this sends all data received on UDP:9999 back on UDP:9998
+;
+#X obj 120 158 loadbang;
+#X connect 0 0 2 0;
+#X connect 1 0 3 0;
+#X connect 2 0 1 0;
+#X connect 3 0 4 0;
+#X connect 3 1 2 1;
+#X connect 5 0 1 0;
+#X connect 7 0 5 0;