0

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.

  • It would be better if you can give some idea of what you want to implement. – av92 Oct 09 '19 at 03:33
  • av92 for an algorithm to detect failing nodes i do not know how i can implement it on cooja which files i have to use how to do that because i am a beginner on this software – user11434431 Oct 15 '19 at 21:17

1 Answers1

0

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.

av92
  • 120
  • 1
  • 10