242 | | |
| 242 | |
| 243 | === fedd_ns2topdl.py === |
| 244 | |
| 245 | Translates an ns2 experiment description into a [FeddPluginArchitecture#TopologyDescriptionLanguage topdl] one. It takes standard arguments as well as: |
| 246 | |
| 247 | '''--file='''''filename'':: |
| 248 | File containing the [FeddAbout#ExperimentDescriptions experiment description]. |
| 249 | '''--output='''''file'':: |
| 250 | A file to store the result. |
| 251 | |
| 252 | === fedd_spewlog.py === |
| 253 | |
| 254 | This command waits for an experiment to finish being created and prints its status. As the creation log is updated, that log is printed to standard out. The result is a running view of the progress of the experiment's creation until it succeeds or fails. Because it is the experiment controller's log, it is less informative of the process on federants until they succeed or fail. |
| 255 | |
| 256 | It takes the standard parameters and: |
| 257 | |
| 258 | '''--experiment_cert='''''filename'':: |
| 259 | The ''filename'' must contain a certificate valid for the experiment's fedid. If so it is used to authenticate access to the experiment. A password may be required if one has been added to the private key. |
| 260 | '''--experiment_name='''''name'':: |
| 261 | The local name of the experiment to query. Only the experiment creator can use this for access. |
| 262 | '''--logfile='''''path'':: |
| 263 | A flie to store the log in rather than printing to the standard output |
| 264 | '''--update_time='''''secs'':: |
| 265 | Time between updates of the log. The experiment controller is queried for each update. |
| 266 | |
| 267 | |
| 268 | |