A serial application was developed for interacting with the simulator and gathering useful information for the routing process, then using this information for controlling the simulation. In order to make this a distributed application, the code was adjusted to work with Charm. This required changing the C code to C++ (adding classes) and also defining the Charm++ specific files. Sources compiled successfully but the application fails to run because of an interrupt error that seems be associated with socket connection from Chare objects.