1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

598 Commits

Author SHA1 Message Date
Stephan Arndt
d9c9f38c61 integrated ETX calculation with RPL, rpl messages seem to not get handled very often 2013-03-29 13:41:48 +01:00
Stephan Arndt
1fd9325d8c switched DEBUG mode off 2013-03-28 17:40:01 +01:00
Stephan Arndt
60c594b852 Deleted ETX structs in rpl_structs and added them in etx_beaconing.h
changed packet size sent to be fix and not variable
changed some array sizes if debug is enabled
2013-03-28 17:11:12 +01:00
Stephan Arndt
b22e80b806 Fixed ETX calculations 2013-03-28 15:27:30 +01:00
Stephan Arndt
7e54f7ea5f improved handling of etx-messages 2013-03-24 20:03:18 +01:00
Stephan Arndt
2ae2d85b10 changed some buffer sizes and other minimal stuff 2013-03-24 15:57:52 +01:00
Stephan Arndt
a7c0e325a7 added a seperate shellcommand to show candidates 2013-03-24 15:53:57 +01:00
Stephan Arndt
85211f8408 changed some of the ETX constants to be more easily understandable 2013-03-22 18:37:00 +01:00
Stephan Arndt
dccc377f83 Changed value for maximum candidate neighbors to 40
Replaced lots of different constants written as numbers  by proberply defined constant-variables
 Changed usage of fixed values for the hwtimer_wait in send_beacon to customizable constants
2013-03-22 17:40:36 +01:00
Stephan Arndt
c161b43d78 changed some printf statements into puts 2013-03-19 14:07:31 +01:00
Stephan Arndt
07a7f10798 changed buffer sizes for debugging 2013-03-19 14:04:23 +01:00
Stephan Arndt
5a2bc468c4 threads dont overflow anymore, still hangs at random counts of sent beacon packets 2013-03-18 19:22:07 +01:00
Stephan Arndt
adfc3306ab WARNING: BROKEN COMMIT added not working etx_beaconing into rpl, added small vtimer debug changes, changed cc1100 default mode 2013-03-15 17:48:13 +01:00
Stephan Arndt
f5a59ab319 added a header file for rpl test project 2013-03-12 15:39:31 +01:00
Stephan Arndt
e8256783f4 added etx_beaconing files 2013-03-03 17:47:11 +01:00
Stephan Arndt
31b65059a8 preparing for changing how parent selection/updates work in rpl, since the way it is implemented now goes against the spec 2013-02-21 18:25:35 +01:00
Stephan Arndt
644d6de364 changed rank calculation in OF0 and some other things. WARNING: this commit might break the rpl implementation for now, if a rollback is needed, choose an earlier commit than this 2013-02-21 18:23:36 +01:00
Stephan Arndt
e0a21b9ddd added comments onto structs for easier findings in RFC 2013-02-13 15:03:16 +01:00
Stephan Arndt
91b023df4b deleted fake rounting entries which had been commented out 2013-02-13 15:02:21 +01:00
Stephan Arndt
567be35fc4 startet implementation of objective function mrhof 2013-02-13 15:00:43 +01:00
Stephan Arndt
39482f7316 deleted empty files objective_functions.c/h 2013-02-13 14:59:15 +01:00
Stephan Arndt
29e5e713b2 added debug functionality to ping-test 2013-02-13 14:56:46 +01:00
Stephan Arndt
96baf6000f added missing 'stopping now' message 2013-01-30 18:56:23 +01:00
Stephan Arndt
e8d71341f9 Counter wird wieder hochgezaehlt 2013-01-28 13:30:47 +01:00
Stephan Arndt
525bc3f64a Ping entfernt, nur noch broadcast moeglich 2013-01-28 12:39:44 +01:00
Stephan Arndt
6d9416e327 broadcasting works now 2013-01-08 15:24:57 +01:00
Stephan Arndt
515302bce6 Pinging now works with ACK return, buggy though. TODO: kick swtimer out, use vtimer for rtt calcs 2012-12-18 17:28:42 +01:00
Stephan Arndt
04a336c0a2 commented stuff in again that was commed out 2012-12-11 16:04:05 +01:00
Stephan Arndt
d2381df184 the simplest of pings is working 2012-12-11 16:03:00 +01:00
Stephan Arndt
aed72abf4e trying to get radio init to work 2012-12-09 18:02:06 +01:00
Stephan Arndt
dd3ba2bfe3 it is now a minimal functional project 2012-12-04 17:31:59 +01:00
Stephan Arndt
2f912f2b3f basic function layout added 2012-12-04 17:17:50 +01:00
Stephan Arndt
fe7f371595 deleted wrong code 2012-12-04 16:18:23 +01:00
Stephan Arndt
aad9c04f14 Basic files and functionstructure for a pingtest application created 2012-12-04 16:17:36 +01:00
Stephan Arndt
812dafde77 deleted unused 'old_main' function 2012-12-04 15:12:12 +01:00
Stephan Arndt
2fc01381d5 removed unused import from /sys/ping.c 2012-12-04 15:10:17 +01:00
Oliver Hahm
834b72234f [sys transceiver]
* fixed typo in ifdef
2012-11-27 15:34:53 +01:00
Oliver Hahm
2c42021442 [board msba2-common tools]
* fixed lpc2k_pgm
2012-11-20 21:30:03 +01:00
Oliver Hahm
4162a2aff8 [core thread]
* added thread_getlastpid() to header
2012-11-13 17:26:43 +01:00
Oliver Hahm
bf96b81f53 [core include]
* added header for low-level io operations
2012-11-08 18:56:03 -05:00
Oliver Hahm
4b6a2bd688 [projects test_suite]
* fixed another two regression tests

[tools toolchains]

* updated to gcc 4.7
2012-11-08 18:07:59 -05:00
Oliver Hahm
55bb484b22 [cpu arm_common]
* added usb ram as heap3
* some feuerware merge adaptation

[projects test_suite]

* fixed some test scripts
2012-11-08 11:37:29 -05:00
Oliver Hahm
e49a17f4f7 Merge branch 'feuerware-integration' 2012-11-07 15:25:25 -05:00
Oliver Hahm
ff7892e898 [projects test_*]
* fixed some tests
2012-11-07 13:45:25 -05:00
Oliver Hahm
3b4de3d39c [projects default]
* adapted default project to different platforms

[sys transceiver]

* removed warning
2012-11-07 09:11:10 -05:00
Oliver Hahm
92281753ad Merge branch 'stable'
Conflicts:
	core/sched.c
	sys/auto_init.c
2012-11-05 19:15:57 -05:00
Oliver Hahm
06da73c9c3 * cosmetics 2012-11-05 18:55:05 -05:00
Oliver Hahm
4433b5cf5b [cpu cc430 gpioint]
* some improvements to the debouncing
2012-11-05 18:43:03 -05:00
Oliver Hahm
e4a45e8330 [projects msb430_cc110x_ng]
* updated to current API
2012-11-05 18:34:52 -05:00
Oliver Hahm
9b961d6591 [sys net sixlowpan]
* fixed some line endings from dos to unix style
2012-11-05 16:29:11 -05:00