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 & HelpSyntax Questions › Most Pixels Ever - Broadcasting Message
Page Index Toggle Pages: 1
Most Pixels Ever - Broadcasting Message (Read 237 times)
Most Pixels Ever - Broadcasting Message
Jul 8th, 2009, 10:47am
 
I'm working with a 6 screen application (3 PC's, 2 screens run on each) using the MPE Library. One of the apps is designated as the "communicator" that sends messages to the other 5 apps to keep them synced with motion and what not.

Code:
client.broadcast(blah); 



The computer that is designated as the "communicator" also has the MPE server running on it. More often than not, the applications running on the other PC's get duplicates of the same message one right after another.

I'm wondering if anyone who's used this library has ran into the same issue. The computers are linked through a local 8-port router. Nothing fancy.
Page Index Toggle Pages: 1