Commit Graph

325 Commits (5ffe5a9c27e7e2b58b03b7d0d13e90ad7961e8bb)

Author SHA1 Message Date
Oliver Hahm 5ffe5a9c27 * renamed makefiles to Makefile 10 years ago
Benjamin Valentin c5bd1fa8f1 make sendto() and accept() interfaces conform to POSIX, doesn't change anything as addrlen is unused anyway 10 years ago
Oleg Hahm d31ee82518 * removed legacy projects folder and Jamfiles 10 years ago
Oliver Hahm b834831818 * added missing include in hashtable 10 years ago
Oliver Hahm 9df46b3507 * fixed makefiles for msb-430h support 10 years ago
Oleg Hahm 72e3a500a7 Merge branch 'master' of github.com:RIOT-OS/RIOT 10 years ago
Oleg Hahm 0f5dcdae98 * fixed double cc110x_ng entry in drivers makefile
* tidied up sys directory
10 years ago
Oleg 03a2173589 Merge pull request #1 from benpicco/77d4095cf065858999ec6240945c14a33c9bfca8
Add inet_pton and inet_ntop (POSIX.1-2001)
10 years ago
Oleg Hahm 5df0bd0cc4 * updated and integrated makefiles
* added some auto dependencies
10 years ago
Oleg Hahm 3791039974 * integrated makefiles
* fixed some prototypes
* restructured sys
10 years ago
Benjamin Valentin 77d4095cf0 fix up includes 10 years ago
Benjamin Valentin 0d8d278f35 include stdint.h 10 years ago
Benjamin Valentin 62de6c1263 add inet_ntop and inet_pton from
http://svn.apache.org/repos/asf/apr/apr/trunk/network_io/unix/
10 years ago
Stephan Arndt 2fc01381d5 removed unused import from /sys/ping.c 10 years ago
Oliver Hahm 834b72234f [sys transceiver]
* fixed typo in ifdef
10 years ago
Oliver Hahm 3b4de3d39c [projects default]
* adapted default project to different platforms

[sys transceiver]

* removed warning
11 years ago
Oliver Hahm 92281753ad Merge branch 'stable'
Conflicts:
	core/sched.c
	sys/auto_init.c
11 years ago
Oliver Hahm 06da73c9c3 * cosmetics 11 years ago
Oliver Hahm 9b961d6591 [sys net sixlowpan]
* fixed some line endings from dos to unix style
11 years ago
Oliver Hahm 984e2e5dde Merge branch 'mac' 11 years ago
Oliver Hahm 3643fc9801 [sys auto_init]
* added vtimer init to auto_init
11 years ago
Oliver Hahm 9ce719beef [sys auto_init]
added vtimer init to auto_init
11 years ago
Eric Engel 870b10514f Changed some Parameters of RPL
Added Loop Function in rpl_test project
send DAOs regular
11 years ago
Oliver Hahm e9cdacbf51 [projects test_rpl] [sys net sixlowpan rpl]
* removed vtimer_init from rpl_init
 * some transceiver watchdog workaround foobar
11 years ago
Oliver Hahm 7397d98f8a [projects test_rpl] [sys net sixlowpan] [sys transceiver]
* some debugging
* increased timeout
11 years ago
Eric Engel f7368395ff only 10 DAO trys and unrecognized options now directly lead to abort 11 years ago
Eric Engel a70a33337e RPL Finished, fixed some bugs, changed printf to puts, Use of Link Local addresses in RPL 11 years ago
Eric Engel edbef27d29 Changed sixlowpan send buffers to any possible buffers, added some mutexes 11 years ago
Eric Engel 88e79185c4 Trickle corrections, changed some Stack sizes 11 years ago
Eric Engel f15840da9b Only one packet sent 11 years ago
Eric Engel 6dbec3b0ae various changes 11 years ago
Oliver Hahm 64039410e4 Merge branch 'master' of ssh://ukleos.org:2222/home/git/ukleos 11 years ago
Oliver Hahm f978260656 [drivers cc110x] [sys shell] [sys transceiver]
* cretaed transceiver interface for old cc1100 driver (with csma/ca)
11 years ago
Oliver Hahm b81b7d6429 Merge branch 'master' of ssh://ukleos/home/git/ukleos 11 years ago
Oliver d6f0e9c3dc [projects tlayer]
- adjusted thread stack sizes to more realistic value

[projects sixlowpan]
- adapted sixlowpan API change

[sys net sixlowpan]
- adjusted thread stack sizes to more realistic value

[sys net destiny]
- adjusted thread stack sizes to more realistic value
11 years ago
Eric Engel f85d1968c4 RPL Routing finished 11 years ago
Oliver Hahm 551d684155 Merge branch 'master' of ssh://ukleos.org:2222/home/git/ukleos 11 years ago
Eric Engel f69fbfd686 rpl nearly finished, rpl_test now with shell 11 years ago
Oliver 8124389151 [sys net destiny]
- fixed a bug where the returned UDP packet length was too big
11 years ago
Oliver 9ca8afd70c [ sys net sixlowpan ]
- fixed a bug in 6LoWPAN reassembly algorithm where in a specific case a
pointer could be used although it is NULL
- removed MAC routing
- added IP routing
11 years ago
Oliver Hahm 68ed4196a3 Merge branch 'master' of ssh://ukleos/home/git/ukleos 11 years ago
Oliver Hahm 5aa0c12172 [sys vtimer]
* giving some return values a reason to exist
11 years ago
Eric Engel e6e336c77f Now sending DAOs, added DIS handling 11 years ago
Oliver Hahm 0d6d3e2c43 [board msba2-common] [sys chardev_thread] [sys shell] [driver cc110x_ng] [core msg]
* some cosmetics and cleanups
11 years ago
Oliver Hahm 64e0c5b246 [sys transceiver]
* minor changes
11 years ago
Eric Engel d766e41996 Joined nodes now send DIOs, some minor bugfixes, routing table stubs 11 years ago
Oliver f57e4078e5 [sys net sixlowpan]
- HACK: added simple static MESH routing on MAC layer, see
projects/tlayer/main.c for explanation and usage.
11 years ago
Oliver Hahm 961b4df179 [core cib] [projects default] [sys shell]
* fixed some minor issues found by splint
11 years ago
Oliver 5176640664 [sys net destiny]
- minor fix concerning float calculations
11 years ago
Oliver 45a41bd189 [sys net destiny]
- added dynamic calculation of round trip timeout (RTO)
11 years ago