shadow / tornettools

A tool to generate realistic private Tor network models, run them in Shadow, and analyze the results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Following symlinks when searching for sim data

robgjansen opened this issue · comments

When plotting a directory of sim results, we search recursively through a subdir hierarchy to find simulation results that we can combine.

Should we use followlinks=True in the os.walk to make it easier to configure tornet results collections?

for root, dirs, files in os.walk(search_dir):