cawka / ndnSIM-ddos-interest-flooding

Script scenarios and graph processing scripts for simulations used in "Interest Flooding Attack and Countermeasures in Named Data Networking" paper by Afanasyev et al. (IFIP Networking 2013)
http://lasr.cs.ucla.edu/afanasyev/bibwiki.html
17 stars 27 forks source link

Run attack small tree error #2

Open technickid opened 8 years ago

technickid commented 8 years ago

hi, when i run ./run.py -s attack-small-tree, it's error. (my boost version is libboost1.54-dev. I'm using ubuntu 14.04)

Simulating the following scenarios: attack-small-tree Building graphs for the following scenarios: attack-small-tree ./build/interest-ddos-attack-and-mitigation-scenario --algorithm=fairness --run=1 --topology=small-tree --badCount=1 --goodCount=0 --folder=attackSmallTree --producer=gw --defaultRtt=80ms Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in *bootstrap_inner self.run() File "/usr/local/lib/python2.7/dist-packages/workerpool-0.9.4-py2.7.egg/workerpool/workers.py", line 36, in run job.run() File "./run.py", line 58, in run subprocess.call (self.cmdline) File "/usr/lib/python2.7/subprocess.py", line 522, in call return Popen(_popenargs, _kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 710, in __init** errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory

zxr2017 commented 6 years ago

Hi,did you solve the problem above?