| | 1 | wiki:WikiStart Orbit] > [wiki:Athstats Athstats] > FAQ |
| | 2 | |
| | 3 | = Athstats FAQ = |
| | 4 | Here you can find the answer to some of the most frequently asked questions about Athstats. |
| | 5 | == General == |
| | 6 | |
| | 7 | === What is Athstats? === |
| | 8 | |
| | 9 | Athstats is a C application which runs in Unix/Linux environment: ''/usr/bin/athstats-oml''. |
| | 10 | |
| | 11 | === Is Athstats free software? === |
| | 12 | |
| | 13 | Athstats is open-source software and can be downloaded by everyone. However, by default, it |
| | 14 | is supposed to be used in the ORBIT testbed to take advantage of Orbit measurement framework (OML). |
| | 15 | |
| | 16 | === How can I install it? === |
| | 17 | |
| | 18 | The installation is simple. On any node of Orbit Testbed, execute the following commands |
| | 19 | {{{ |
| | 20 | apt-get update |
| | 21 | apt-get install athstats-oml |
| | 22 | }}} |
| | 23 | |
| | 24 | A binary file "athstats-oml" will be installed under /usr/bin/. |
| | 25 | |
| | 26 | === Where do I get the source code? === |
| | 27 | For orbit developers, latest sourcecode is part of the madwifi driver code. It can be checked out from SVN as follows: |
| | 28 | {{{ |
| | 29 | svn co http://svn.orbit-lab.org/svn/orbit/madwifi/trunk/ madwifi |
| | 30 | }}} |
| | 31 | |
| | 32 | Inside this directory, the source code is under tools: athstats-oml.c. |
| | 33 | |
| | 34 | For all other questions, please refer to the [wiki:OTG/FAQ OTG FAQ] and the [wiki:OML/FAQ OML FAQ]. |