aboutsummaryrefslogtreecommitdiff
path: root/flashserver/flashserver-help.pd
blob: a1cdcba36194bb5697fe9fbe18a88e2251089937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#N canvas 95 90 964 652 12;
#X floatatom 315 464 5 0 0 0 - - -;
#X symbolatom 432 406 10 0 0 0 - - -;
#X text 106 595 received data;
#X msg 277 89 print;
#X floatatom 393 425 5 0 0 0 - - -;
#X text 443 424 socket number;
#X msg 358 238 broadcast hallo world!;
#X text 461 38 using Flash's XMLsocket capabilities;
#X text 462 55 written by Olaf Matthes <olaf.matthes@gmx.de>;
#X text 524 406 client's IP address;
#X msg 347 210 client 1 hallo no1!;
#X msg 337 183 send 372 hallo!;
#X text 467 183 send message on specified socket;
#X text 452 294 send message back to socket whenever we get input;
#X text 341 20 flashserver :: simple server that connects to Flash
PlugIn;
#X text 507 209 send message to Flash client no. 1;
#X text 551 237 send to all Flash clients;
#X text 492 123 send XML message on socket;
#X text 557 138 "sendXML <socket> <symbol> <data>";
#X obj 79 165 openpanel;
#X msg 79 134 bang;
#X msg 79 188 open \$1;
#X text 78 68 open Flash frontend;
#X text 331 90 print list of current connections;
#X msg 80 92 open flashserver.exe;
#X obj 366 557 pack f f;
#X obj 425 534 * 2.5;
#X obj 366 509 swap;
#X obj 277 485 route var1;
#X obj 366 582 s answer;
#X obj 380 293 r answer;
#X text 368 463 number of connected Flash clients;
#X msg 308 131 sendXML 400 bla 17.3;
#X floatatom 354 444 5 0 0 0 - - -;
#X text 408 444 client number we got data from;
#X text 508 491 creation arguments:;
#X text 507 510 "flashserver <portnumber> <max connections>";
#X obj 109 408 route 1;
#X floatatom 282 570 5 0 0 0 - - -;
#X symbolatom 187 569 10 0 0 0 - - -;
#X obj 187 533 unpack s f;
#X floatatom 110 569 5 0 0 0 - - -;
#X symbolatom 15 568 10 0 0 0 - - -;
#X obj 15 532 unpack s f;
#X text 6 507 if prepend is on:;
#X text 175 509 if prepend is off:;
#X text 472 560 "prepend 1" prepends the client's number to the data
;
#X text 475 579 use "route" to get data from specific clients...;
#X msg 380 315 send \$1 result \$2;
#X msg 559 355 kick \$1;
#X obj 559 315 hradio 15 1 0 16 empty empty empty 0 -6 0 8 -262144
-1 -1 0;
#X obj 277 383 flashserver 31337 16;
#X text 627 355 kick client number \$1;
#X obj 559 333 + 1;
#X msg 189 159 prepend \$1;
#X obj 189 136 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
1;
#X text 505 154 send XML message to client #;
#X msg 321 156 clientXML 1 bla 17.3;
#X text 555 263 send XML data to all Flash clients;
#X msg 365 263 broadcastXML volume 23;
#X connect 3 0 51 0;
#X connect 4 0 27 1;
#X connect 6 0 51 0;
#X connect 10 0 51 0;
#X connect 11 0 51 0;
#X connect 19 0 21 0;
#X connect 20 0 19 0;
#X connect 21 0 51 0;
#X connect 24 0 51 0;
#X connect 25 0 29 0;
#X connect 26 0 25 1;
#X connect 27 0 25 0;
#X connect 27 1 26 0;
#X connect 28 0 27 0;
#X connect 30 0 48 0;
#X connect 32 0 51 0;
#X connect 37 0 43 0;
#X connect 37 1 40 0;
#X connect 40 0 39 0;
#X connect 40 1 38 0;
#X connect 43 0 42 0;
#X connect 43 1 41 0;
#X connect 48 0 51 0;
#X connect 49 0 51 0;
#X connect 50 0 53 0;
#X connect 51 0 28 0;
#X connect 51 0 37 0;
#X connect 51 1 0 0;
#X connect 51 2 33 0;
#X connect 51 3 4 0;
#X connect 51 4 1 0;
#X connect 53 0 49 0;
#X connect 54 0 51 0;
#X connect 55 0 54 0;
#X connect 57 0 51 0;
#X connect 59 0 51 0;