Changes between Version 13 and Version 14 of RubotSoftware


Ignore:
Timestamp:
Jul 9, 2010 8:19:36 AM (14 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RubotSoftware

    v13 v14  
    1616The next step is copping wormAgent.py into a place where SEER can find it and load it as an attack agent.  To do this wormAgent.py needs to be copied from /users/arod/seer_rubot/modules and placed in a directory in either your directory or your projects directory.  The directory needs to be set up with three sub directories titled modules, source, scripts. For example /users/arod/seer_rubot which has modules, source, and scripts as subdirectories.  Place wormAgent.py in the modules subdirectory.  Inside of the NS file place:
    1717
     18{{{
    1819tb-set-node-startcmd $node "sudo python /share/seer/v160/experiment-setup.py Basic -d /users/arod/seer_rubot wormAgent"
     20}}}
    1921
    2022Replace ‘/users/arod/seer_rubot’ with the path to your seer directory not the path to the wormAgent.py and replace ‘$node’ with each node in your experiment.