log.debug("Got enlisted test client: " + client);
console.info("Test node " + client.clientName + " available.");
}
// Start the clock reference service running.
UDPClockReference clockReference = new UDPClockReference();
Thread clockRefThread = new Thread(clockReference);
registerShutdownHook(clockReference);
clockRefThread.start();
// Broadcast to all clients to synchronize their clocks against the coordinators clock reference.