Add basic configuration logic, builtin configuration
authorManuel Bachmann <manuel.bachmann@iot.bzh>
Mon, 13 Jun 2016 11:15:17 +0000 (13:15 +0200)
committerYannick Gicquel <yannick.gicquel@iot.bzh>
Tue, 11 Oct 2016 15:09:07 +0000 (17:09 +0200)
commit9dc64e1e291d6518da0a918105c5bf7b1c603dd5
treeffc30b09fc92696376ce4a6dec1367201ab3c7d4
parent6fc3e02df9de8347eb76fdfd26ed781686d37b6c
Add basic configuration logic, builtin configuration

There is now a default routing configuration provided at
startup (config file parsing is stubbed, decide if we need
it for routing purposes, or just for very basic things).

Change-Id: Ib824b63c663355ed80d0e6823d5f9aec8cb093d5
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
CMakeLists.txt
config.c [new file with mode: 0644]
config.h [new file with mode: 0644]
module.c
router.c
router.h