Commit Graph

20 Commits (37158553b9109ae86cfe75d08cebe427285b9879)

Author SHA1 Message Date
Oleg Hahm 46deefe0f8 make Makefiles proof for spaces in $PATH 10 years ago
Christian Mehlis 2e44523b51 change the bloom filter to filter arrays of bytes
current implementation of the bloom filter only
handles c strings, this commits changes the hash
functions to work on byte arrays.

additionally I did:
	added to more hashes
	moved hashes in its own sys folder
10 years ago
Christian Mehlis 5ccde8340d add mersenne twister 10 years ago
Oleg Hahm 88b8ccf3e8 Merge pull request #108 from OlegHahm/unmaintained_libs
removed unmaintained code
10 years ago
Oleg Hahm 540515bd98 removed unmaintained tracelog library 10 years ago
Oleg Hahm 5bf958ce20 removed unmaintained syslog library 10 years ago
Oleg Hahm d9189f1756 removed unmaintained logd library 10 years ago
Christian Mehlis 7d84936fd7 add sha256 implementation 10 years ago
Christian Mehlis 5a45d15894 initial bloom filter import 10 years ago
Oleg Hahm 564eb457ad fixing for #79: relocating rpl folder 10 years ago
Oleg Hahm 956f0e8656 fix for #87, replacing - with _ in module protocol_multiplex 10 years ago
Oleg Hahm f7ecc704a4 fixed includes and include pathes 10 years ago
Oleg Hahm 40b3078b7e made rpl a stand-alone module 10 years ago
Oliver Hahm 57cc002c67 Merge branch 'wsn430'
Conflicts:
	core/include/queue.h
	core/queue.c
	cpu/msp430-common/hwtimer_cpu.c
	cpu/msp430x16x/hwtimer_msp430.c
	sys/lib/hashtable.c
	sys/net/ieee802154/ieee802154_frame.c
	sys/shell/commands/sc_cc110x_ng.c
	sys/transceiver/transceiver.c
	sys/vtimer/vtimer.c
10 years ago
Milan Babel 2f5ed66756 created own module for ieee802154
this is needed to include the ieee802154 in drivers without the hole sixlowpan
10 years ago
Martin Lenders 07e8ac9c19 Remove swtimer
see #4
10 years ago
Oliver Hahm e6177e811a * moved cpu and board specific parts to corresponding Makefiles
* introduced variable for cpu folder
10 years ago
Benjamin Valentin 4d73d17662 add Makefiles to sys/net 10 years ago
Oliver Hahm 7a4dec1830 * replaced new Makefile name in Makefiles 10 years ago
Oliver Hahm 5ffe5a9c27 * renamed makefiles to Makefile 10 years ago