MCPcopy Index your code
hub / github.com/SpaceNetLab/StarryNet / do_get_GSes

Method do_get_GSes

starrynet/cli.py:155–160  ·  view source on GitHub ↗

list the GS connected to the node at a certain time

(self, line)

Source from the content-addressed store, hash-verified

153 output("The neighbors are: " + str(neighbors_index) + ".\n")
154
155 def do_get_GSes(self, line):
156 "list the GS connected to the node at a certain time"
157 arg, args, line = self.parseline(line)
158 rest = line.split(' ')
159 GSes = self.sn.get_GSes(int(rest[0]), int(rest[1]))
160 output("The connected GS(es) is(are): " + str(GSes) + ".\n")
161
162 def do_get_position(self, line):
163 "list the LLA of a node at a certain time"

Callers

nothing calls this directly

Calls 1

get_GSesMethod · 0.80

Tested by

no test coverage detected