Changes between Version 17 and Version 18 of RubotSoftware
- Timestamp:
- Jul 9, 2010 3:37:41 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RubotSoftware
v17 v18 36 36 In 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}}}. 37 37 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: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: 39 39 40 40 * DEPENDS