Research Breakthrough Possible @S-Logix pro@slogix.in

Office Address

Social List

How To Get The RSSI Value Of a Node in RPL Protocol in Cooja Simulator?

Get The RSSI Value Of Node-Id In RPL Protocol

Steps to Get the RSSI Value Of a Node in RPL Routing Protocol

  • Description:
    RSSI indicates the strength of the received signal from a node. It will help you how to print the RSSI values of a node in routing process.
Step-1
  • Open the file location.
  • contiki/core/net/rpl/rpl-icmp6.c file
  • Include the header file.
    #include “cc2420.h”
Step-2
  • Add this line
    rss_val = cc2420_last_rssi;
Output
  • Received signal from a node