describe NodeHandler here = NodeHandler = A central '''NodeHandler''' process communicates with '''NodeAgents''', one on each active node in the testbed. The '''NodeHandler''' is hosted on one of the testbed's utility servers. Applications are loaded and executed by a '''NodeAgent''' on instructions from the '''NodeHandler'''. These instructions will also include the initial property settings for the applications. Communication between the '''NodeHandler''' and each of its '''NodeAgents''' uses the Control Internet port. Default settings leave the Data Internet port unconfigured and require the experimenter to specifically configure it through the '''NodeHandler'''. == Starting Points == * [wiki:NodeHandler/Tutorial Tutorial] * [wiki:NodeHandler/FAQ FAQ] * [wiki:NodeHandler/HowToControlNodes How to control nodes] * [wiki:NodeHandler/Tutorial/UnderstandingHelloWorld Understanding the helloworld script] * [wiki:NodeHandler/FAQ/ToCreateDebianPackage Tools to create a debian package] * [wiki:NodeHandler/FAQ/ToUseNoiseGenerator Using Noise Generator in experiments] * [wiki:NodeHandler/FAQ/SandBoxConvention Sandbox IP convention] * [wiki:NodeHandler/TrackingBaseline Tracking baseline images for ORBIT nodes] * [wiki:NodeHandler/Tutorial/FirstTimeUser First time users of the grid] * [wiki:NodeHandler/FAQ/ProgrammingNodeID How to Program a Node ID box] == For Developers == Check out source using [http://www.subversion.org subversion] at http://svn.orbit-lab.org/svn/orbit/nodeHandler/trunk.