Commit graph

7468 commits

Author SHA1 Message Date
nifi
52d234417d Changed to draw the network traffic under the motes 2010-02-26 07:46:26 +00:00
nifi
512da4195c Changed to draw the mote relations under the motes 2010-02-26 07:38:08 +00:00
nifi
74df2dbf43 * Save selected packet analyzer chain and split pane position in simulation file
* Update all log entries when changing packet analyzer chain
* Added popup menu to verbose pane
* Added serialVersionUID to menu actions to avoid compiler warnings
2010-02-25 23:44:16 +00:00
joxe
83d203afb5 added support for hc06 decompression in radiologger / analyzer 2010-02-25 22:36:08 +00:00
adamdunkels
b9827d2b36 Bugfix: didn't correctly reset the pending flag when a packet was read from the radio 2010-02-25 16:06:44 +00:00
joxe
80b289f7c1 updated sky platform for new sicslowpan 2010-02-25 15:51:37 +00:00
joxe
0ab2bc9a31 upgraded sicslowpan to hc-06 - no 48 bit multicast compression support yet 2010-02-25 15:50:58 +00:00
Mariano Alvira
0c4f5c61ef need a way to run board specific lowlevel inits
like for vreg. this is a start.
2010-02-24 18:47:53 -05:00
Mariano Alvira
9a4a1a04d0 uart1.h 2010-02-24 18:47:19 -05:00
Mariano Alvira
637c9ddab2 cleaned up uart1-loopback 2010-02-24 14:45:45 -05:00
Mariano Alvira
3342c647d0 removed extra line 2010-02-24 14:45:26 -05:00
Mariano Alvira
e38f9db224 force links 2010-02-24 13:35:46 -05:00
Mariano Alvira
289a839161 finish blink tests 2010-02-24 13:35:37 -05:00
fros4943
026c4d7e85 synchronize time to timeline and radio logger at space key 2010-02-24 10:45:44 +00:00
fros4943
4c7ca7009b listen to all log interfaces, also mote debug interfaces 2010-02-24 10:38:35 +00:00
kasunch
350fb21ff7 Adding a Makfile for example applications. 2010-02-24 09:14:46 +00:00
kasunch
80a408526f Adding an example application for battery sensor 2010-02-24 09:13:56 +00:00
kasunch
c90b76427a Adding ADC sources and battery sensor source to CONTIKI_TARGET_SOURCEFILES. 2010-02-24 09:09:35 +00:00
kasunch
0c9612b7b9 Adding battery sensor 2010-02-24 09:05:40 +00:00
kasunch
ea53e5b845 Adding ADC functions 2010-02-24 09:04:58 +00:00
Mariano Alvira
f79c71153a now running just 'make' builds all the targets for all the boards. 2010-02-23 18:54:50 -05:00
Mariano Alvira
dc9473a228 cleanup main makefile 2010-02-23 18:27:12 -05:00
Mariano Alvira
95dccba797 update blinks 2010-02-23 18:19:38 -05:00
Mariano Alvira
8ca9a0269e better variable defs.
touch objdir to fix problem where board.h would try to get created
after it's already been created.
2010-02-23 18:14:32 -05:00
nifi
7ca6cb2ce2 fixed compiler warning 2010-02-23 23:06:04 +00:00
fros4943
be76ae53f9 added warning when reloading a simulation with less then 20% memory left 2010-02-23 22:53:34 +00:00
nifi
b50d47fb80 added missing function in sicslowmac_driver 2010-02-23 22:45:11 +00:00
joxe
fbc5b20404 added initial 802.15.4 and IPHC/hc06 analyzer 2010-02-23 22:35:17 +00:00
joxe
588d0374fa added initial 802.15.4 packet analyzer to COOJA radio logger 2010-02-23 22:32:57 +00:00
Mariano Alvira
2dcaada25a led and gpio cleanup 2010-02-23 17:08:43 -05:00
fros4943
cd8047bc77 added method that returns a mote with the given id 2010-02-23 21:55:55 +00:00
nifi
07ee8458e7 Fixed bootup printf() with 32-bit timer values 2010-02-23 21:02:30 +00:00
nifi
bb9d430138 added bootup print of NETSTACK_RDC name 2010-02-23 20:54:09 +00:00
Mariano Alvira
59391d7529 board.h works now 2010-02-23 15:53:00 -05:00
Mariano Alvira
3cc6896981 fix blink-red 2010-02-23 15:52:46 -05:00
nifi
1cfcc8a73a Removed the combined name of CSMA and NETSTACK_RDC. The name of NETSTACK_RDC can be accessed separately if needed. 2010-02-23 20:42:45 +00:00
Mariano Alvira
1522b72b1e clean up gpio and leds 2010-02-23 15:16:12 -05:00
nifi
c20047f657 Changed the network stack to use different structures for the different layers (network_driver, mac_driver, rdc_driver, radio_driver). This helps to avoid incorrect configuration. 2010-02-23 20:09:11 +00:00
Mariano Alvira
e825aa8bc9 build libmc1322x.a 2010-02-23 15:01:31 -05:00
Mariano Alvira
cd13c5daad set the default goal to be 'all' 2010-02-23 15:01:19 -05:00
Mariano Alvira
66532fd567 don't need entry _start 2010-02-23 15:00:57 -05:00
adamdunkels
bb62749de7 Made debug printfs optional 2010-02-23 18:49:58 +00:00
adamdunkels
0ab2ba433f Bugfix: the wrong callback pointer was passed to higher layers. 2010-02-23 18:49:45 +00:00
adamdunkels
ed52586e18 Rework of parts of the ContikiMAC code based on input from experimental results. When channel check is triggered because of a false positive, the new version checks the radio several times to make sure that there really is an incoming packet. Otherwise, the radio is switched off. Cleaned up and removed old unused code. Added a few temporary debugging mechanisms and functions. 2010-02-23 18:49:05 +00:00
adamdunkels
14bc9aa98b New and improved shell collect test: the new test sends out 10 packets from each node and counts the received packets. If less than 10 packets from each node is received, the test fails 2010-02-23 18:46:20 +00:00
adamdunkels
85a9f7db42 Fix bootup printf() with 32-bit timer values 2010-02-23 18:45:16 +00:00
adamdunkels
eadfe5f3d6 Enabled 32-bit clock ticks to allow longer timeouts; experimentally disabled polite announcements in favour of a non-announcement based collect protocol 2010-02-23 18:44:52 +00:00
adamdunkels
69a5b67523 Updated netsim to new netstack API 2010-02-23 18:44:08 +00:00
adamdunkels
08f06d8039 Updated to new sensors API 2010-02-23 18:43:43 +00:00
adamdunkels
757ca59511 Added netstack init to native platform 2010-02-23 18:43:21 +00:00