name) # print server name for tracker in data.trackers: # loop through all trackers print(tracker.tracker_name) # print the received tracker name # provide a callback function and an IP address receiver = pypsn.receiver(callback_function) receiver.start() # start the receiving thread ...