Difference between revisions of "CometWiki"
From CometWiki
m |
m |
||
(2 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
{|cellpadding="10" | {|cellpadding="10" | ||
|width="700" valign="top"| | |width="700" valign="top"| | ||
− | |||
− | |||
This wiki describes how to set up and use the `comet' program. | This wiki describes how to set up and use the `comet' program. | ||
+ | |||
+ | You can read [http://www.dayel.com/research/comet/ an introduction to the comet project here](to return here, click on 'cometwiki' rather than using the browser back button). | ||
+ | |||
|valign="top"| | |valign="top"| | ||
|} | |} | ||
Line 58: | Line 59: | ||
*[[Implementation in C++]] | *[[Implementation in C++]] | ||
− | ===Making | + | ===Making Measurements=== |
*[[Node Tracks|Tracking network movement and making measurements]] | *[[Node Tracks|Tracking network movement and making measurements]] | ||
Line 69: | Line 70: | ||
==Code Status== | ==Code Status== | ||
− | *[http:// | + | *[http://github.com/markdayel/comet Source Repository] |
− | *[http:// | + | *[http://github.com/markdayel/comet/archives/master Latest Source] |
*[http://www.dayel.com/comet/Paper/SupportingInformation/code/comet_osx_binary_v0.2.dmg Download OS X Binaries] | *[http://www.dayel.com/comet/Paper/SupportingInformation/code/comet_osx_binary_v0.2.dmg Download OS X Binaries] | ||
Latest revision as of 17:35, 15 November 2009
This wiki describes how to set up and use the `comet' program. You can read an introduction to the comet project here(to return here, click on 'cometwiki' rather than using the browser back button). |
Essential InformationHow the Program WorksVideo TutorialsInstalling the Program
Running the ProgramThe program is called from the command line. The command line parameters tell the program what to do (calculate a new run, re-process existing data, interactive 3D view etc.). A |
Simulator OutputExample Results
Model RobustnessIn Vitro
In Depth InformationInner workings of the codeMaking Measurements |