[wiki:WikiStart Orbit] > [wiki:Documentation/Athstats Athstats] > Scripts Repository == Application Definition == * [wiki:Documentation/Athstats/ScriptsRepository/AthstatsAppDef test_app_athstats.rb] == Prototype Definition == * [wiki:Documentation/Athstats/ScriptsRepository/ProtoDefAthstats test_proto_driverqueryapp.rb] == Example Experiment Scripts == * [wiki:Documentation/Athstats/ScriptsRepository/ExpUDP1 UDP One-to-one communication CBR] == Download Instructions == Because all script files are pure text, just go to corresponding page and copy-paste the contents of the file. == Usage Instructions == Only the prototype and application definition scripts are included in the default nodehandler package. If you want to improvise or use customized scripts like some of the above ones, you can put them in your home directory or from the directory where you are going to call "nodehandler" command. For the application definition files and prototype files, the following naming convention is used: * '''test_app_.rb''' For example: test_app_athstats.rb * '''test_proto_.rb''' For example: test_proto_driverqueryapp.rb For experiment files, there is no naming convention, any name ended with "rb" will work.