Andreas Löscher
a4206273a5
Fixed HC analyser for SAC and DAC fields
2015-02-16 13:58:36 +01:00
Andreas Löscher
6d61893e09
Fixed a bug with the ScriptRunner plugin
...
The ScriptRunner plugin started the simulation in GUI and NOGUI mode.
Now the simulation is only started in nogui mode
2014-11-07 13:53:16 +01:00
Andreas Löscher
6cbe94b7e9
New PluginType SIM_CONTROL_PLUGIN for sim control
...
SIM_CONTROL_PLGUIN are handled like SIM_PLUGIN, with one exception.
If the simulation is started with -nogui=<simfile> than it is checked
if a controlling plugin is loaded. If not, the simulation terminates
with an error message.
2014-11-06 17:16:24 +01:00
Fredrik Österlind
718e488b78
Merge pull request #795 from ejoerns/pull-req/cooja-println-cleanup
...
[Cooja] Println cleanup
2014-10-02 09:25:36 +02:00
Enrico Joerns
c5e034fa1a
[cooja] IEEE802154Analyzer: Use logger
...
Replaced println and printStackTrace by logger
2014-10-02 01:37:24 +02:00
Enrico Joerns
373b00fc47
[cooja] PcapExporter: Use logger
...
Removed unnused imports, replaced println and printStackTrace by logger
2014-10-02 01:25:49 +02:00
Enrico Joerns
55979636d7
[cooja] plugins/VariableWatcher: Added minimal quick help
2014-08-31 01:52:17 +02:00
Enrico Joerns
42ad188b69
[cooja] plugins/VariableWatcher: Also disble addr and size input fields when monitoring
2014-08-31 01:52:17 +02:00
Enrico Joerns
33b211c0b3
[cooja] plugins/VariableViewer: Fix decoding in stringToValue()
2014-08-31 01:52:17 +02:00
Enrico Joerns
171863a8c5
[cooja] plugins/VariableWatcher: Fixes for value layout
...
- Fixed layout axis form x to page to show multi-line value fields.
- More flexible width calculation for value fields
2014-08-31 01:52:16 +02:00
Enrico Joerns
57719de18d
[cooja] plugins/VariableWatcher: Catch exceptions, show error dialog for invalid addresses
...
And some gui option handling fixes
2014-08-31 01:52:16 +02:00
Enrico Joerns
f70e1ef99f
[cooja] plugins/VariableWatcher: Allow to access memory by address/size
...
By selecting the checbox next to the address field, VariableWatcher
switches from variable mode to address mode.
Now any address and size might be entered to show data from memory.
Additionally for variables where now size information is available the
interface allows the user to select one.
2014-08-31 01:52:16 +02:00
Enrico Joerns
9d8516e9ef
[cooja] plugins/VariableWatcher: Replaced obsolete Vector by ArrayList
2014-08-31 01:52:16 +02:00
Enrico Joerns
490bc6c5cb
[cooja] plugins/VariableWatcher: fixed handling of unknown variable sizes
2014-08-31 01:52:16 +02:00
Enrico Joerns
7ac14fae60
[cooja] plugins/VariableWatcher: Added Tooltip that shows address, added address variable type, fixed columns width layout
2014-08-31 01:52:16 +02:00
Enrico Joerns
d1e0311184
[cooja] plugins/VariableWatcher: Added swingx library to provide autocomplete support for variable names combobox in plugins/VariableWatcher
2014-08-31 01:52:16 +02:00
Enrico Joerns
72dcd323a3
[cooja] plugins/VariableWatcher: Added 'line break' for byte text fields
...
Adds new line each 8 text fields
2014-08-31 01:52:16 +02:00
Enrico Joerns
a638bd5b01
[cooja] plugins/VariableWatcher: Added address and and size labels
...
to display information about currently selected variable
2014-08-31 01:52:15 +02:00
Enrico Joerns
c0f727e3c0
[cooja] plugins/VariableWatcher: implemented monitoring, writing; fixed various issues
2014-08-31 01:52:15 +02:00
Enrico Joerns
e77c01d586
[cooja] plugins/VariableWatcher: Fixed xml config save/load
2014-08-31 01:52:15 +02:00
Enrico Joerns
16d94780e9
[cooja] plugins/VariableWatcher: Remove charValuePane and reimplement read functionality and more
2014-08-31 01:52:15 +02:00
Enrico Joerns
cdc9b9a9d2
[cooja] plugins/VariableWatcher: Replace varName KeyListener by DocumentListener as only content changes change validation state of varName
...
Modify foreground color of varName instead of background color because some LookAndFeels do not support colored backgrounds.
2014-08-31 01:52:15 +02:00
Enrico Joerns
a1671462c0
[cooja] plugins/VariableWatcher: Implemented formatted output for value fields
2014-08-31 01:52:15 +02:00
Enrico Joerns
053b1d55af
[cooja] plugins/VariableWatcher: Enums for ComboBoxes and new one for display format
...
Allows to choose between var types (byte, short, int, long) and display
types (char, decimal, hex)
2014-08-31 01:52:15 +02:00
Enrico Joerns
6ae097cc09
[cooja] plugins/VariableWatcher: Added Combo as name suffix for JComboBoxes
2014-08-31 01:52:15 +02:00
Enrico Joerns
a9f31ee662
[cooja] plugins/VariableWatcher: Added @Override annotations
2014-08-31 01:52:14 +02:00
Enrico Joerns
01333c235c
[cooja] interfaces/IPAddress: Reimplementation of the IPAddress interface
...
New features:
* extended interface
* Shows all IPv6 addresses of a mote
* Shows link local IP in visualizer
* Reads IPs correctly from different memory layouts
2014-08-29 13:08:56 +02:00
Enrico Joerns
f93b58b9fb
[cooja] Get rid of all those redundant IP address to String functions
...
Commonly use the String representation functions of IPUtils.
2014-08-29 12:58:57 +02:00
Fredrik Österlind
2a0ccf2c6b
Merge pull request #628 from ejoerns/pull-req/cooja-memory
...
[Cooja] Rewrote Coojas mote memory management
2014-08-25 15:37:23 +02:00
Fredrik Österlind
2de744f4b6
Merge pull request #768 from ejoerns/pull-req/cooja-tooltip
...
[Cooja] Simple mote tooltip for Visualizer
2014-08-13 13:23:33 +02:00
Fredrik Österlind
6fec61bf7c
Merge pull request #769 from ejoerns/pull-req/cooja-traffic-vis
...
[Cooja] TrafficVisualizerSkin modifications
2014-08-13 13:13:01 +02:00
Fredrik Österlind
8b72ab49c0
Merge pull request #764 from ejoerns/pull-req/cooja-fraghead
...
[Cooja] Simple fragmentation header analyzer
2014-08-06 09:32:57 +02:00
Fredrik Österlind
cb6cb3fc13
Merge pull request #763 from ejoerns/pull-req/cooja-analyzers
...
[Cooja] Fixes and enhancements for 6lowpan analyzers
2014-08-06 08:55:29 +02:00
Enrico Joerns
44767324a5
[cooja] memory: Removed AddressMemory class including all references
2014-07-31 21:20:01 +02:00
Enrico Joerns
482dab5d16
[cooja] memory: Removed MoteMemory class including all references
2014-07-31 21:08:18 +02:00
Enrico Joerns
9dd29d56c9
[cooja] getMemory() now returns MemoryInterface
...
Including code adaptions based on new memory methods to keep code compilable
2014-07-31 21:08:18 +02:00
Enrico Joerns
c6f8a2d558
[cooja] Added @Override annotations for relevant files
2014-07-31 13:32:06 +02:00
Enrico Joerns
56e2536884
[cooja] plugins/Visualizer: Simple mote tooltip
...
Shows a motes type identifier and filename of firmware/sourcecode running on it
2014-07-17 00:30:44 +02:00
Enrico Joerns
a9cf1c1114
[cooja] plugins/analyzers/FragHeadPacketAnalyzer: Printout if first or nth fragment in verbose output
2014-07-11 03:43:56 +02:00
Enrico Joerns
d894390f3e
[cooja] plugins/analyzers: printout of UDP ports and clearer layer separation
2014-07-11 03:42:52 +02:00
Enrico Joerns
70a44031bf
[cooja] plugins/analyzers/ICMPv6Analyzer: Short names for ICMP types in brief output and more reader-friendly long names
2014-07-11 03:33:41 +02:00
Enrico Joerns
ab0be0b150
[cooja] plugins/analyzers/ICMPv6Analyzer: DTSN field is unsigned
2014-07-11 03:31:24 +02:00
Enrico Joerns
e556419e37
[cooja] plugins/analyzers/IPHCPacketAnalyzer: More verbose output of IPHC options
2014-07-11 03:31:24 +02:00
Enrico Joerns
5ee8c7e178
[cooja] plugins/analyzers/IPHCPacketAnalyzer: Hack for basic Hop-by-hop extension header handling
2014-07-11 03:31:21 +02:00
Enrico Joerns
3b60d96f39
[cooja] plugins/analyzers/IPHCPacketAnalyzer: Full port decompression for UDP header compression
2014-07-11 03:02:49 +02:00
Enrico Joerns
a88328c8db
[cooja] plugins/analyzers/PacketAnalyzer: Fixed integer assembly from bytes in getInt() method
2014-07-11 03:00:48 +02:00
Enrico Joerns
9f70a6f327
[cooja] plugins/analyzers/IPHCPacketAnalyzer: fixed ttl encoding,
...
addded hlim decoding
2014-07-11 02:57:20 +02:00
Enrico Joerns
dbebd123a5
[cooja] plugins/analyzers/IEEE802154Analyzer: More verbose printout including FCF information
2014-07-11 02:52:10 +02:00
Enrico Joerns
649a447c9a
[cooja] plugins/analyzers: Replace StringBuffer with lightweight StringBuilder
...
StringBuffer is a thread-safe version of StringBuilder that introduces
unnecessary overhead.
Additional replaced concatenations with .append()
2014-07-11 02:41:44 +02:00
Enrico Joerns
e16a5d65df
[cooja] plugins/analyzers: Added @Override annotations
2014-07-11 02:14:46 +02:00