adding test puredata patch for the weather server

This commit is contained in:
waldek 2019-07-04 21:43:56 +02:00
parent 2b557ba793
commit bfaf553581
1 changed files with 19 additions and 0 deletions

19
weather_client.pd Normal file
View File

@ -0,0 +1,19 @@
#N canvas 685 54 679 689 10;
#X obj 406 163 mrpeach/udpreceive 8081;
#X obj 406 186 mrpeach/unpackOSC;
#X obj 406 209 print;
#X obj 131 247 mrpeach/packOSC;
#X msg 140 185 send /get/weather \$1;
#X obj 131 322 mrpeach/udpsend;
#X msg 95 94 send /get/bitcoin;
#X msg 131 117 send /get/cpu;
#X msg 158 301 connect 192.168.0.235 8080;
#X msg 140 158 symbol paris;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 3 0 5 0;
#X connect 4 0 3 0;
#X connect 6 0 3 0;
#X connect 7 0 3 0;
#X connect 8 0 5 0;
#X connect 9 0 4 0;