Changes between Version 17 and Version 18 of RubotSoftware


Ignore:
Timestamp:
Jul 9, 2010 3:37:41 PM (14 years ago)
Author:
arod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RubotSoftware

    v17 v18  
    3636In order to create a SEER Agent you have to create an agent file.  The name of the file follows the format {{{agent}}}''!NameOfTheAgent''{{{.py}}} where the !NameOfTheAgent is in caps.  For example {{{agentWORM.py}}} or {{{agentBOTNET.py}}}.
    3737
    38 The agent code has some specific requirements (you can see these in the example [attachment:agentWORM.py].  The agent is defined in a class 'class wormAgent(Agent)' that is derived from SEER's Agent class.  Inside of the class there are seven class variables which need to be defined:
     38The agent code has some specific requirements (you can see these in the example [attachment:agentWORM.py]).  The agent is defined in a class 'class wormAgent(Agent)' that is derived from SEER's Agent class.  Inside of the class there are seven class variables which need to be defined:
    3939
    4040 * DEPENDS