Changes between Initial Version and Version 1 of Old/Athstats/FAQ


Ignore:
Timestamp:
Feb 10, 2006, 12:30:37 AM (18 years ago)
Author:
kishore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Athstats/FAQ

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