Simple peer-to-peer node application that distributes a request of an execution command and presents the lowest result to the user.
For more about this system and a use case example, please see doc/Report.pdf (it's in brazilian portuguese)
printServers: List all instances that this instance is connected toprintClients: List all instances that are connected to this instanceconnect: Connect to all instances with the IPs specified inotherHosts.txtgetResult: Retrieve the best optimization result (lower) on the clusterreset: Reset the cluster to the initial state (ready for a new execution)exit: Exit the system
- Daniel Kneipp de Sá Viera (daniel.kneipp at outlook dot com)