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

Method create_links

starrynet/sn_synchronizer.py:122–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 str(len(self.container_id_list)) + " have been created.")
121
122 def create_links(self):
123 print("Create Links.")
124 isl_thread = sn_Link_Init_Thread(
125 self.remote_ssh, self.remote_ftp, self.orbit_number,
126 self.sat_number, self.constellation_size, self.fac_num,
127 self.file_path, self.configuration_file_path, self.sat_bandwidth,
128 self.sat_ground_bandwidth, self.sat_loss, self.sat_ground_loss)
129 isl_thread.start()
130 isl_thread.join()
131 print("Link initialization done.")
132
133 def run_routing_deamon(self):
134 routing_thread = sn_Routing_Init_Thread(

Callers 2

example.pyFile · 0.80
do_create_linksMethod · 0.80

Calls 1

sn_Link_Init_ThreadClass · 0.85

Tested by

no test coverage detected