run routing deamon for each node
(self, _line)
| 133 | self.sn.create_links() |
| 134 | |
| 135 | def do_run_routing_deamon(self, _line): |
| 136 | "run routing deamon for each node" |
| 137 | self.sn.run_routing_deamon() |
| 138 | |
| 139 | def do_get_distance(self, line): |
| 140 | "calculate the distance of two node at a certain time" |
nothing calls this directly
no test coverage detected