MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / do_run_routing_deamon

Method do_run_routing_deamon

starrynet/cli.py:135–137  ·  view source on GitHub ↗

run routing deamon for each node

(self, _line)

Source from the content-addressed store, hash-verified

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"

Callers

nothing calls this directly

Calls 1

run_routing_deamonMethod · 0.80

Tested by

no test coverage detected