Enrico Joerns
d8cf0d1349
[cooja] plugins/Visualizer: Deselect motes when removing
...
This also fixes visualization issues such as
remaining transmission range underlays for removed motes
2014-07-11 00:41:53 +02:00
Enrico Joerns
8b1bf449ee
[cooja] plugins/Visualizer: Key control: Allow to abort actions with ESCAPE key and delete motes using DELETE key
2014-07-11 00:41:53 +02:00
Enrico Joerns
73fbb69e39
[cooja] plugins/Visualizer: Partly implement behavior of beginMoveRequest to fit new mote movement handling
2014-07-11 00:41:53 +02:00
Enrico Joerns
39f7ca586f
[cooja] plugins/Visualizer: Mouse release always terminates previous action
...
and reses actions state and cursor appearance
Also renamed UNKNOWN state to NONE as it is a more adequate name for the new behavior
2014-07-11 00:41:53 +02:00
Enrico Joerns
2465a361e3
[cooja] plugins/Visualizer: Group mote placement modifications together (move, delete)
2014-07-11 00:41:53 +02:00
Enrico Joerns
99e74e8348
[cooja] plugins/Visualizer: Implemented multi-mode behavior of delete mote menu for move, too
...
Note that this does not yet implement the correct behavior of beginMoveReques()
2014-07-11 00:41:52 +02:00
Enrico Joerns
3ada5671ef
[cooja] plugins/Visualizer: Fixed node selection in Delete menu handling
...
Previously if multiple motes were selected
and the context menu of a non-selected mote
was used to delete, not the clicked mote
but the other selected ones were removed.
This behavior is fixed so that if another
mote is clicked only this is deleted.
2014-07-11 00:41:52 +02:00
Enrico Joerns
6594684342
[cooja] plugins/Visualizer: Enable multi-mote deletion in mote menu
2014-07-11 00:41:52 +02:00
Enrico Joerns
963d2686f3
[cooja] plugins/Visualizer: Fix: Always highlight selected motes.
...
Motes were highlighted only by the UDGMVisualizerSkin before.
Now highlighting moved from individual VisualizerSkin to Visualizer.
A selected mote is highlighted with a blue circle
and a semi-transparent gray overlay.
2014-07-11 00:41:52 +02:00
Claes Jakobsson
9c08f28956
Added EEPROM support for Cooja with a rudimentary hexdump -C like viewer in the mote interface view
2014-05-08 22:35:58 +02:00
Fredrik Österlind
9adf75b10d
Merge pull request #450 from darki2002/DGRM_support_BaseRSSI
...
Base RSSI support for DGRM
2014-04-27 11:36:10 +02:00
Jens Dede
823abf9d94
Fix exported simulation: add jsyntaxpane JAR, start simulation with maximum speed
2014-04-26 16:02:50 +02:00
Fredrik Österlind
d3b9954342
Merge pull request #639 from ejoerns/pull-req/cooja-plugin-pos
...
[Cooja] Set location of newly created plugins relative to second last activated plugin
2014-04-15 09:51:29 +02:00
Enrico Joerns
055c70b455
[cooja] Set location of newly created plugins relative to second last activated plugin.
...
Setting the position based on the number
of total inner frames was very inflexible
and caused pad positioning for larger number
of frames.
Setting the location of new plugin frames
to the second last activated one tries to
meet two requirements:
- Avoid covering the last activated plugin frame,
i.e. the one that was active when new plugin
start was invoked.
- Set new plugin near an actively used desktop pane
location and allow 'diagonal stacking'
2014-04-15 00:48:52 +02:00
Enrico Joerns
b53cee163d
[cooja] plugins/LogListener: Prevent from throwing
...
ArrayIndexOutOfBoundsException in case of empty logTable
2014-04-15 00:22:24 +02:00
Enrico Joerns
ad0e192d84
[cooja] plugins/Visualizer: Replaced multiple if-string with switch over
...
strings
2014-04-11 09:23:30 +02:00
Enrico Joerns
cef3c4079d
[cooja] Reformatted Visualizer and skins code
2014-04-11 09:23:28 +02:00
Enrico Joerns
ea979fa027
[cooja] plugins/Visualizer: Use more specific catches and multi-catches
...
if possible
2014-04-11 09:20:53 +02:00
Enrico Joerns
84b687efeb
[cooja] Automated code updates that do not make any functional changes
...
- made loggers final
- added some diamond interface cosmetic
- shortened if-return statements
- replaced size == 0 check with .isEmpty()
2014-04-11 09:20:52 +02:00
Enrico Joerns
6e9b0e1497
[cooja] Added @Override annotations for Visualizer and skins
2014-04-11 09:20:52 +02:00
Enrico Joerns
8e648bcece
[cooja] apps/mrm: Adapted MRM visualizer skin to show adequate
...
information for multi-selections
2014-04-11 09:20:52 +02:00
Enrico Joerns
e69b08f5fd
[cooja] plugins/skins: Adapted DGRM and UDGM visualizer skins to show
...
adequate information for multi-selections
2014-04-11 09:20:46 +02:00
Enrico Joerns
ac61c45950
[cooja] plugins/Visualizer: Updated quick help to match new control
...
capabilities
2014-04-11 09:05:53 +02:00
Enrico Joerns
22ac769781
[cooja] plugins/Visualizer: Multi-mote selection functionality
...
This adds multi-mote selection capabilities to the visualizer plugin:
- [Ctrl + Mouse Drag]: Rectangular selection of multiple motes
- [Ctrl + Mouse Click]: Add/Remove motes from current selection
- Mouse Drag on any selected Mote: Move all currently selected motes
Note: This changes previous behaviour of using Ctrl key.
2014-04-11 09:05:38 +02:00
Moritz 'Morty' Strübe
50fe1e7046
Also remove uninitialized motes
2014-03-20 14:51:05 +01:00
Enrico Joerns
418c51a7d5
[cooja/mspsim] a single sky mote in cooja.config should be sufficient
2014-03-08 01:18:07 +01:00
Fredrik Österlind
602928d948
Merge pull request #533 from g-oikonomou/cooja-pcap-timestamp-fix
...
Fix Cooja PCAP packet header timestamps
2014-02-21 13:41:15 +01:00
Fredrik Österlind
3fe2890ddf
Merge pull request #565 from cmorty/pull/backwards
...
Fix backwards compatibility (and docs)
2014-02-21 13:35:09 +01:00
Fredrik Österlind
4fe17ef17f
Merge pull request #568 from ejoerns/pull-req/cooja-udgmvis
...
[Cooja] Made UDGMVisualizerSkin closable
2014-02-21 13:01:23 +01:00
Fredrik Österlind
140b55d8f7
Merge pull request #567 from ejoerns/pull-req/vis-scroll
...
[Cooja] Mouse wheel zooming for Visualizer
2014-02-21 12:55:13 +01:00
Enrico Joerns
465b0ddfbe
[cooja] pluings/skings/UDGMVisualizerSkin: Replaced unclosable Box implementation of JSpinner menus by JInternalFrame based variant.
2014-02-20 22:55:36 +01:00
Enrico Joerns
80b78ae6dd
cooja: plugins/Visualizer: Implemented mouse wheel zooming with mouse coordinates as center
2014-02-20 16:56:49 +01:00
Enrico Joerns
90ab2e7051
cooja: interfaces/RimeAddress: renamed rimeaddr_node_addr to linkaddr_node_addr
2014-02-20 16:45:40 +01:00
Moritz 'Morty' Strübe
19e7611061
Fix backwards compatibility
2014-02-20 13:57:32 +01:00
Moritz 'Morty' Strübe
8dd4025248
Fix documentation
2014-02-20 13:57:22 +01:00
Sebastian Schinabeck
c22f1ea6f1
Cooja: allow setting RSSI while sending and silence
...
It is now possible to set the RSSI while the radio is sending or when
no radiodata is received. This is now supported by all radiomediums
exept MRM. This also includes a GUI to configure the values.
2014-02-19 18:22:31 +01:00
Fredrik Österlind
f6c6ef9b54
Merge pull request #532 from darki2002/Plugin_sim
...
Stopped to load plugins depending on simulations if there is no simulation
2014-01-27 07:31:19 -08:00
Martin Heusse
9eabbe02ad
Adds encoding attribute utf-8 arg to cooja compile command
2014-01-27 15:14:34 +01:00
George Oikonomou
10a73c9380
Fix PCAP packet header timestamp
2014-01-22 17:32:08 +00:00
Sebastian Schinabeck
86320d74ed
Stopped to load plugins depending on simulations if there is no simulation
2014-01-21 15:02:46 +01:00
Laurent Deru
957be0a9be
Allow user configuration of RadioLogger pcap file
2013-11-27 14:05:45 +01:00
Laurent Deru
fa2dd5baec
Allow configuration of pcap output file
2013-11-27 14:05:45 +01:00
Fredrik Österlind
c99a76747c
Merge pull request #469 from eberlin/cooja-tab-char
...
Fix: preserving blank characters (tabulator and space) in Cooja serial output
2013-11-27 00:45:39 -08:00
Nicolas Tsiftes
db4cada4e7
Merge pull request #462 from adamdunkels/push/no-reserved-double-inclusion-defines
...
Remove all leading double underscore inclusion #defines
2013-11-26 14:26:37 -08:00
Eugen Berlin
a415c2bb1b
Fix: preserving blank characters (tabulator and space) in Cooja serial output
2013-11-26 16:43:31 +01:00
Sébastien Dawans
700994ec1c
Cooja Pcap export: Reverts PR #284 to fix #420
2013-11-25 16:36:49 +01:00
Adam Dunkels
bb2dcaa057
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
2013-11-24 20:20:11 +01:00
Sebastian Schinabeck
1ef80859ea
start DGRMVisualizerSkin in cooja_default.config now
...
instead of starting in DirectedGraphMedium
2013-11-22 17:01:44 +01:00
Sebastian Schinabeck
123a7081f2
start DGRM plugin with cooja_default.config
...
start the DGRMconfigurator within the cooja_default.config instead of starting in DirectedGraphMedium.java
2013-11-22 17:01:44 +01:00
Fredrik Österlind
c98b55b5e0
Merge pull request #338 from cmorty/Cooja-Make-updateGUIComponentState-public
...
Cooja: Make updateGUIComponentState public.
2013-11-22 02:30:11 -08:00