fros4943
4d0147dd18
removed bad neighbor.h include
2010-03-29 09:50:44 +00:00
fros4943
540f30d855
improved support for checkpointing operations via serial, several minor fixes
2010-03-29 09:48:06 +00:00
nifi
8ecdb07dcf
Updated to new collect router API
2010-03-29 09:33:20 +00:00
fros4943
9316b31d9a
shell command 'ps' was removed from sky-shell.c, instead using 'echo' in test
2010-03-29 09:20:47 +00:00
oliverschmidt
54e19782ae
Moved PFS header from Apple2 directory to 6502 directory as we're going to have other PFS implementations.
2010-03-27 15:16:57 +00:00
oliverschmidt
6769e6a99f
- Moved PFS header from Apple2 directory to 6502 directory as we're going to have other PFS implementations.
...
- Completed declarations.
2010-03-27 14:46:08 +00:00
joxe
bd6cd03c1d
moved prefix to avoid compiler warning
2010-03-26 15:12:57 +00:00
fros4943
90f174509b
removed previous workaround for already fixed bug in CC2420 CRC
2010-03-26 13:33:40 +00:00
nifi
9508d2c4d7
* Added configurable default number of transmissions for CSMA to use when not specified using packetbuf attributes (CSMA_CONF_MAX_MAC_TRANSMISSIONS).
...
* Renamed packetbuf attribute PACKETBUF_ATTR_MAX_MAC_REXMIT to PACKETBUF_ATTR_MAX_MAC_TRANSMISSIONS where value 0 (attribute not set) means that default number of transmissions should be used.
2010-03-26 12:29:29 +00:00
fros4943
ce5d19fefd
moved elf loading and debugging info to the mote type, rather than keeping a separate refence in each mote. this patch reduces both the memory usage of MSPSim-based motes, and the processing time to load them
2010-03-26 12:29:11 +00:00
joxe
bec1ccc57d
added support for all UDP port compressions in hc06
2010-03-26 10:28:51 +00:00
nifi
e6a8ba41fd
Added consumer thread timeout
2010-03-26 10:11:50 +00:00
fros4943
9a32ec8a31
using update aggregator to avoid event queue flooding in fast simulations, restructured copy to clipboard popup menu
2010-03-26 09:29:04 +00:00
fros4943
c6c0b1b486
help class that simplifies effective handling of high rate events, that otherwise might flood the event queue
2010-03-26 09:27:58 +00:00
fros4943
96979b5fbf
lower simulation thread priority, added timeout on blocking stop simulation method
2010-03-26 09:26:22 +00:00
fros4943
e4c3ac8125
synchronizing access to log list
2010-03-26 09:12:20 +00:00
nifi
0ec8d499e4
Bug fix: only call subscriber if set
2010-03-25 19:30:44 +00:00
joxe
1f4ced16eb
fixed ack with DSN CC2420 and improved timer capture
2010-03-25 16:32:00 +00:00
fros4943
a5092220b4
fixed next timer variable types
2010-03-25 09:12:03 +00:00
adamdunkels
2617274989
Updated to new announcement API
2010-03-25 08:55:20 +00:00
adamdunkels
79ba20ddcc
Updated to new collect router API
2010-03-25 08:52:23 +00:00
adamdunkels
a4f9e62295
Added a parameter to collect_open() that specifies whether or not the node should be a router for packets, or only an originator of packets. Updated the collect module to the new annoucement API.
2010-03-25 08:51:07 +00:00
adamdunkels
2559e27414
API change to the announcement module: an annoucement can now be registered without a value. Such announcements are never transmitted to neighbors, until the announcement's value is set.
2010-03-25 08:49:56 +00:00
fros4943
20d9f70b09
plugin is updated to support non-visualized simulations
2010-03-25 08:00:15 +00:00
nifi
1daee93f63
fixed for new uip6 APIs
2010-03-24 22:09:13 +00:00
adamdunkels
4d68bdf74b
Bugfix and addition by Dogan Yazar: psock_readbuf() shouldn't wait for a full buffer (which might never happen); a new function for sending strings that batches data and sends full buffers instead of individual strings.
2010-03-24 21:03:32 +00:00
nifi
c623616afd
Neighbor state notification also when adding new neighbors
2010-03-24 16:29:45 +00:00
nifi
052c8db9f9
Added option for neighbor state changed notifications
2010-03-24 16:16:33 +00:00
nifi
81dbcf1654
Added option to move motes in Visualizer without confirm dialog by dragging motes with ALT button pressed
2010-03-24 14:22:56 +00:00
fros4943
78069e8853
minor fix: section size was printed in hex, not decimal
2010-03-24 12:29:33 +00:00
nifi
6609c84abb
Updated API for neighbor (renamed to collect-neighbor) and changed to only use timesynch when configured
2010-03-23 23:04:21 +00:00
adamdunkels
2a3d0dc042
Bugfix: data that has been prepared with the prepare() method must be possible to send multiple times
2010-03-23 15:19:55 +00:00
adamdunkels
432a3fd12e
Bugfix: the return values from the cca method were switched
2010-03-23 15:10:27 +00:00
joxe
4a6c6b0534
added route_rm_by_nexthop and small code cleanup
2010-03-23 14:21:04 +00:00
fros4943
6197ac9c54
dependa on powertrace application
2010-03-23 14:06:16 +00:00
fros4943
4833c6555e
moved inclusion of rtimer-arch.h to top of rtimer.h, to avoid circular rtimer_clock_t dependencies
2010-03-23 13:35:00 +00:00
fros4943
1322195921
defining rtimer_clock_t to the same as clock_time_t
2010-03-23 13:34:00 +00:00
fros4943
5eb391dbe1
allows rtimer_clock_t to be defined from contiki-conf.h
2010-03-23 13:24:38 +00:00
fros4943
c66dd0b1bf
implemented rtimer library for simulated contiki motes
2010-03-23 13:13:17 +00:00
fros4943
49526e100f
added simulated interrupt thread, currently only used to implement rtimer functionality
2010-03-23 13:12:41 +00:00
fros4943
bee0ea4834
temporarily turning on radio for sending a packet
2010-03-23 12:13:43 +00:00
adamdunkels
03d1388c0d
Print out MAC and RDC when booting cooja nodes
2010-03-23 12:08:05 +00:00
adamdunkels
cd3a7c7a73
Dummy watchdog implementation for cooja nodes
2010-03-23 12:07:03 +00:00
nifi
75481f6460
Removed debug output
2010-03-23 12:05:36 +00:00
fros4943
95e870cc46
bugfix: structs should be declared static
2010-03-22 11:32:29 +00:00
fros4943
3394a3ef23
make sure not to add an already existing list element, as it breaks the list iteration functions
2010-03-22 11:29:58 +00:00
nifi
7e022b42df
removed unnecessary includes to fix comilation error (neighbor.h has been renamed)
2010-03-22 10:21:57 +00:00
nifi
58e47d1d97
activated workaround for memcpy/memset bug in mspgcc
2010-03-21 10:44:58 +00:00
nifi
ebfa6c5ef1
only include memcpy/set workaround when needed
2010-03-21 10:40:15 +00:00
adamdunkels
8f7e96b06f
Tools for parsing and plotting a power trace from Contiki
2010-03-19 22:01:34 +00:00