TACC / MassivePixelEnvironment

Massive Pixel Environment (MPE) is a Processing library for easily extending sketches to distributed display environments.
Other
53 stars 10 forks source link

Error reporting from nodes #9

Closed rturknett closed 10 years ago

rturknett commented 11 years ago

When something goes wrong on one of the nodes during setup, it is currently very difficult to debug. We need to implement a mechanism that reports any errors (exceptions) from the nodes to the head process so that it can be logged.