Weichuan Yan
7b6439bd6f
atmega128rfa1: Fix the default build error
...
Fixing from http://sourceforge.net/p/contiki/mailman/message/32494852/
Signed-off-by: Weichuan Yan <yan.weichuan@gmail.com>
2014-09-18 08:53:32 +08:00
Adam Dunkels
49cb87025e
README file for the IP64 module
2014-09-14 21:26:33 +02:00
Adam Dunkels
c77bc6d3f1
NAT64 / DNS64 code for Contiki that makes connecting an IPv6 Contiki network to IPv4 networks really easy
2014-09-14 21:26:23 +02:00
Nicolas Tsiftes
af5dcc628a
Merge pull request #790 from nvt/fix-netdb-warnings
...
Avoid compilation warnings in Antelope.
2014-09-05 20:37:52 +02:00
Nicolas Tsiftes
7738cdd15e
Avoid compilation warnings in Antelope.
2014-09-05 18:21:47 +02:00
Nicolas Tsiftes
ad10f438c0
Merge pull request #789 from nvt/fix-psock-examples
...
Make the Protosockets examples possible to compile.
2014-09-05 17:16:10 +02:00
Nicolas Tsiftes
4c4c468907
Make the Protosockets examples possible to compile.
2014-09-05 16:25:25 +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
Nicolas Tsiftes
97037763ad
Merge pull request #777 from atiselsts/msp430f5xxx_timing_fixes
...
Fix time accounting on msp430 Series 5 MCU based platforms
2014-08-30 22:28:45 +02:00
Nicolas Tsiftes
c13adb120f
Merge pull request #778 from alessandrelli/fix_duplicate_observe_value
...
er-coap (observe): fix possible duplicate value for observe option
2014-08-30 22:25:32 +02:00
Nicolas Tsiftes
c6d7775daa
Merge pull request #779 from PaulCorbalan/master
...
Add SHT11 CoAP Resource and Activate Sensors for CoAP Resources like Light, Battery.
2014-08-30 22:23:59 +02:00
Enrico Joerns
8cc0bb8a1e
[avr] Removed usage of deprecated MCUSR
...
Since avr-libc 1.8.0 MCUSR is marked as poison as it was replaced by the
correct name MCUCSR.
Thus code still using the old MCUSR name does not compile anymore.
This commit replaces usages of former MCUSR by its new name MCUCSR and
modifies the alias fallback accordingly.
2014-08-30 01:58:18 +02:00
Fredrik Österlind
2263f4b87b
Merge pull request #569 from ejoerns/pull-req/cooja-newip
...
[Cooja] Reimplementation of the IPAddress interface
2014-08-29 14:51:02 +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
Enrico Joerns
1babb9475d
[ccoja] Added new IPUtils class
...
Utility class to convert IPv4/IPv6 byte arrays to String representation.
* RFC5952-compliant IPv6 address shortening routine
2014-08-29 12:58:19 +02:00
Enrico Joerns
c0f629dfbb
[cooja] interfaces/IPAddress: Added @Override annotations
2014-08-29 12:12:20 +02:00
Enrico Joerns
d5c5198171
[cooja] interfaces/IPAddress: Indention cleanup
2014-08-29 12:11:10 +02:00
Enrico Joerns
133311b427
[cooja/serialsocket] SeriaSocketClient: Fixed position of pack() call
2014-08-29 00:55:07 +02:00
Enrico Joerns
db2f4e6818
[cooja/serialsocket] Write serial data only on simulation thread
2014-08-29 00:54:57 +02:00
Enrico Joerns
894a88d08e
[cooja/serialsocket] SeriaSocketServer: Moved Observer and Handler to inner classes and let handler thread join before notifying server terminated
2014-08-29 00:35:26 +02:00
Enrico Joerns
dea03493bd
[cooja/serialsocket] Support for xml import/export
2014-08-29 00:35:26 +02:00
Enrico Joerns
6c0e7ae15e
[cooja/serialsocket] Allow to stop server / disconnect client
2014-08-29 00:35:26 +02:00
Enrico Joerns
f419274050
[cooja/serialsocket] SerialSocketClient: ClientListener interface decouples client implementation
...
and visualization
2014-08-29 00:35:26 +02:00
Enrico Joerns
b31818521d
[cooja/serialsocket] SerialSocketServer: Allow only a single client,
...
reject further
2014-08-29 00:35:26 +02:00
Enrico Joerns
a18a7fa717
[cooja/serialsocket] SerialSocketServer: Fixed and improved server
...
implementation. Added visual feedback for new user interface.
2014-08-29 00:35:26 +02:00
Enrico Joerns
585db7df96
[cooja/serialsocket] SerialSocketServer: Applied some renames
2014-08-29 00:35:26 +02:00
Enrico Joerns
0d9698b908
[cooja/serialsocket] SerialSocketServer: New visual appearance with
...
status bar, port setting, and start button
2014-08-29 00:35:26 +02:00
Enrico Joerns
153457a151
[cooja/serialsocket] SerialSocketClient: Status bar and improved
...
action/event handling and visualization
2014-08-29 00:35:26 +02:00
Enrico Joerns
d90aec2376
[cooja/serialsocket] SerialSocketClient: New visual appearance with
...
input for server hostname and address including connect button
2014-08-29 00:35:26 +02:00
Enrico Joerns
404fd82399
[cooja/serialsocket] Added @Override annotations
2014-08-29 00:35:25 +02:00