Refactored the mesh code by splitting multi-hop forwarding and route discovery. The mesh module is now much simpler than before
This commit is contained in:
parent
b3ecbbd2ee
commit
5b5d9209a1
@ -1,5 +1,6 @@
|
||||
CONTIKI_SOURCEFILES += rimebuf.c queuebuf.c rimeaddr.c ctimer.c rime.c \
|
||||
ibc.c uc.c suc.c ruc.c sibc.c sabc.c abc.c nf.c uabc.c \
|
||||
mesh.c route.c \
|
||||
uibc.c mh.c \
|
||||
mesh.c route.c route-discovery.c \
|
||||
tree.c neighbor.c \
|
||||
trickle.c
|
||||
|
Loading…
Reference in New Issue
Block a user