detection of failing nodes in the WSN using cooja

66 Views Asked by At

I want to create a project on contiki cooja for the detection of failing nodes in WSN which files I must use to create it.

1

There are 1 best solutions below

0
av92 On

You may implement your logic in udp-client.c and udp-server.c files of rpl-udp project under contiki/examples/. You just need to include desired header files and use them.