We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › var from sketch to sketch
Page Index Toggle Pages: 1
var from sketch to sketch (Read 662 times)
var from sketch to sketch
Oct 12th, 2009, 5:28am
 
Hi, I am trying to develop an interface with multiple touch screen :
http://www.liquidware.com/shop/show/TSL/TouchShield+Slide

The idea is to be able to get an input from each touchscreen and receive a response as an image, so that is pretty simple.

I intend to have as much sktech as I have touch screen and to deal with input output of images of each touchscreen independently.
But I need to have a central sketch that records all input, so that connect to all other sketches.

I am a beginner with procesing (not in programming) and so far I am only trying to pass var from one sketch to another.

I guess this is possible, but I have no idea how to begin, any ex would be much appreciated.
Alex
Re: var from sketch to sketch
Reply #1 - Oct 12th, 2009, 6:02am
 
Look at the Network library for a solution. There are also alternative libraries like oscP5 or UDP.
Another solution is to have a Web server (can be local to your network) and to make a Web API to store values and query them.
Page Index Toggle Pages: 1