% avrora -help simulations
Avrora [Beta 1.6.0] - (c) 2003-2005 UCLA Compilers Group
Usage: avrora [-action=action] [options]
Usage: avrora -help [category]
SIMULATION TYPES
When running a simulation, Avrora accepts the "-simulation" command line
option that selects the simulation type from multiple different types
provided, or a user-supplied Java class of your own. For example, a simulation
might be for a sensor network application, a single node simulation, or a
robotics simulation.
-simulation=sensor-network
The sensor network simulation is used for simulating multiple
sensor nodes simultaneously. These nodes can communicate with
each other wirelessly to exchange packets that include sensor
data and routing information for a multi-hop network.
Currently, only the "mica2" platform sensor nodes are
supported.
-simulation=single
The "single" simulation type corresponds to a standard
simulation of a single microcontroller with a single program.
For more information, see the online documentation at
http://compilers.cs.ucla.edu/avrora
To report bugs or seek help, consult the Avrora mailing list:
http://lists.ucla.edu/cgi-bin/mailman/listinfo/avrora
Please include the version number [Beta 1.6.0] when posting to the list.
|