front_processing/src/Trakers/Trakers.pde
changeset 41 d2f735d7763f
parent 27 6c08d4d7219e
--- a/front_processing/src/Trakers/Trakers.pde	Thu Jun 21 17:51:27 2012 +0200
+++ b/front_processing/src/Trakers/Trakers.pde	Fri Jun 29 15:37:26 2012 +0200
@@ -16,7 +16,7 @@
 int WIDTH = 640, HEIGHT = 480;
 
 //Port du Client TUIO
-int port = 80;
+int port = 8080;
 float minDistHands = 1;
 float maxDistHands = 1.5;