diff --git a/tools/cooja/config/quickhelp.txt b/tools/cooja/config/quickhelp.txt new file mode 100644 index 000000000..70c2e0a49 --- /dev/null +++ b/tools/cooja/config/quickhelp.txt @@ -0,0 +1,42 @@ +se.sics.cooja.plugins.LogListener = \ +Log Listener\ +

Listens to log output from all simulated motes. \ +Right-click the main area for a popup menu with more options. \ +

You may filter shown logs by entering regular expressions in the bottom text field. \ +Filtering is performed on both the Mote and the Data columns.\ +

Filter examples: \ +

Hello
logs containing the string Hello\ +

^Contiki
logs starting with Contiki\ +

^[CR]
logs starting either a C or an R\ +

'Hello'$
logs ending with 'Hello'\ +

^ID:[2-3]$
logs from motes 2 and 3 + +se.sics.cooja.plugins.TimeLine = \ +Timeline\ +

The timeline arranges historical simulation events into a graphical timeline. \ +The timeline can for example be used to overview the behavior of complex power-saving MAC protocols.\ +

Events appear as colored rectangles in the timeline. For more information about a particular event, hover the mouse above it.\ +

The checkboxes in the left pane control what event types are shown in the timeline. \ +Currently, four event types are supported (see below). Note that the control pane can be hidden to save space. \ +

All simulated motes are by default added to the timeline, however, any unwanted motes can be removed by mouse clicking the node ID (left).\ +

To display a vertical time marker on the timeline, press and hold the mouse on the time ruler (top).\ +

For more options, such as zooming and saving raw data to file, right-click the mouse for a popup menu.\ +

Radio RX/TX\ +
Shows radio connection events. Transmissions are painted blue, receptions are green, and interfered radios are red.\ +

Radio ON/OFF\ +
Shows whether the mote radio is on or off. Turned on radios are indicated with gray color.\ +

LEDs\ +
Shows LED state: red, green, and blue. (Assumes all mote types have exactly three LEDs.)\ +

Watchpoints\ +
Shows triggered watchpoints, currently only supported by MSPSim-based motes. To add watchpoints, use the Msp Code Watcher plugin. + +KEYBOARD_SHORTCUTS = \ +Keyboard shortcuts
\ +
Ctrl+N: New simulation\ +
Ctrl+S: Start/pause simulation\ +
Ctrl+R: Reload current simulation. If no simulation exists, the last used simulation config is loaded\ +
Ctrl+Shift+R: Reload current simulation with another random seed\ +
Ctrl+X: Quit COOJA\ +
\ +
F1: Toggle quick help +