[wiki:WikiStart Orbit] > [wiki:Athstats Athstats] > [wiki:Athstats/ScriptsRepository Scripts Repository] > athstats.rb {{{ # # Create an application representation from scratch # require 'handler/appDefinition' a = AppDefinition.create('test:app:athstats') a.name = "athstats" a.version(1, 1, 0) a.shortDescription = "Application to gather madwifi driver statistics" a.description = <