Commit Graph

80 Commits (5d1ae12e8dbe8fed966a078dfb7e5c78cc984286)

Author SHA1 Message Date
Oleg Hahm 593ee623b6 simplify and unify include pathes
additional:
* exporting include path in sys is mandatory for subfolders
* removed duplicate object file in linker call
10 years ago
Oleg Hahm 7642dd0f1d moved net_help into crosslayer subfolder 10 years ago
Oleg Hahm 59e55c354c moved sixlowpan into network_layer subfolder 10 years ago
Oleg Hahm 2f20e9db51 moved protocol-multiplex into link_layer subfolder 10 years ago
Oleg Hahm 38be829901 moved ieee802154 into link_layer subfolder 10 years ago
Oleg Hahm acd304e1cc moved RPL into routing subfolder 10 years ago
Oleg Hahm a7d3092a4e moved destiny into transport_layer subfolder 10 years ago
Hauke Petersen 05419a5547 Initial import of crypto libs from SecureMicroMesh
- Imported files from secure micro mesh library
- added Makefiles and included libs into sys/Makefile
10 years ago
Christian Mehlis 8ae7750263 import ccn lite 10 years ago
Christian Mehlis 39d5299f69 posix: add semaphore implementation 10 years ago
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