Hi,
I am writing python code to do traceroute to a list of addresses, and process their results. I am using thread.start_new_thread() method to launch traceroute. How can I save the traceroute results, and manipulate the result strings?
Many thanks!
Start Free Trial