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.
Page Index Toggle Pages: 1
INTERNET INTERACTION (Read 2073 times)
INTERNET INTERACTION
Jan 24th, 2010, 6:50am
 

Hi all you!

 I am working in a project that want to connect 2 separate computers ( in two different cities ) allowing users to use the processing applet at the same time. I don´t know if this would be possible with processing or maybe do it with no real time interaction? Thanks you all!

 Jaime
Re: INTERNET INTERACTION
Reply #1 - Jan 25th, 2010, 11:56am
 
Here's an untested solution.

Unsing Hamachi (http://en.wikipedia.org/wiki/Hamachi) you can connect both computers so that they seem to be on the same network (one next to each other).

Then using processing's UDP library you can send multicast messages.
You can take a look at my 3Dchat sketch I did back in 2007.
http://computerarts.ca/_files/processing/3DChat.zip

Maybe it would help.

Cheers
Steven
Re: INTERNET INTERACTION
Reply #2 - Jan 26th, 2010, 1:27am
 
The Network shipped with Processing might be a starting point.
Re: INTERNET INTERACTION
Reply #3 - Jan 26th, 2010, 7:02pm
 
@PhiLho: Even better!!
Page Index Toggle Pages: 1