I am working on RPL in Contiki OS and need to modify reassembly timeout (at SicsLowpan layer) as per application need. can anyone help me out with this.
Thanks
You can modify the reassembly timeout by making suitable change in these lines i.e.,
if(frag_info[i].len > 0 && timer_expired(&frag_info[i].reass_timer)) { clear_fragments(i); }
timer_set(&frag_info[found].reass_timer, SICSLOWPAN_REASS_MAXAGE * CLOCK_SECOND / 16);
You can find these lines in sicslowpan.c of contiki 3.1 version
https://github.com/contiki-os/contiki/blob/release-3-1/core/net/ipv6/sicslowpan.c
For more clarification you can explore: add_fragment() method or search reass_timer in the file.
I am conducting a study on Effectiveness of e-content on academic achievement of secondary school science student.
17 July 2024 5,633 4 View
Please suggest me, I want to present my research work.
13 July 2024 1,461 1 View
Hi all, I have a question regarding proper dilutions and conversions of my RNA. According to my protocol, my cDNA kit is optimized for 1ug of RNA and calls for this amount. I would like to...
07 July 2024 9,206 4 View
Hi all, I would like to know if it is possible to use Bovine Serum Albumin (BSA) in my blocking solution for immunofluorescence muscle fiber typing. The primary antibodies' host is mouse. The...
07 July 2024 7,967 3 View
Basically CMOS are used for designing the SRAM cells . How the functionality will differ if we use Multi threshold CMOS instead of CMOS generally MTcmos decrease the leakage power but it will...
28 June 2024 9,845 0 View
I am trying the simulate the drum brake squeal in ansys. For giving the rotational velocity to drum what should i use the Rotational velocity or CMROTATE command.
24 June 2024 5,125 0 View
Why the IF of almost all journals declined so much? For the file download go to https://www.researchgate.net/post/JCR_Impact_Factor_2024-Factors_causes_decline_in_IF
21 June 2024 3,358 0 View
I need to get the eigenvalues after a modal analysis in ansys workbench. Is there any next APDL command that will get the required result.
20 June 2024 1,668 0 View
I tried to prepare aligned PLLA nanofibers by gap electrospinning method. But after the deposition, when I tried to measure its piezoelectric sensitivity, it actually did not exhibit any...
17 June 2024 9,763 0 View
I have an assembly of parts. I want to reduce the number of modes of the individual parts by CMS.
11 June 2024 2,966 0 View
I'm trying to improve RPL objective function by implementing new designed metrics in RPL using.
03 April 2024 6,710 3 View
Please I would like to know how much it will cost me to buy the license for TETCOS NetSIM R & D to carry out my research on RPL attacks. Yes, I know of Contiki and Cooja. I don't want use...
09 December 2023 1,876 4 View
Hi, I am using Contiki based Cooja simulator. I have simulated simple RPL-UDP example. I need to generate the traffic (Arrival Rate) using Poisson, Uniform, and Beta distribution. Can some one...
19 January 2023 9,878 0 View
I want to generate traffic with different generation rates like 5 packets/min, 10 packets/min etc.
13 January 2023 435 0 View
One of the key problems with symmetric encryption is mammoth key generation and distribution problem. How is AES encryption algorithm key exchanged between sensor nodes in Contiki in the presence...
27 August 2022 2,034 4 View
Please how can I simulate: 1. congested parent node 2. Mobile parent node and 3. Selfishness attack in RPL using Cooja simulator?
12 June 2022 5,087 0 View
Hello everyone, actually I have a problem when I try to run the example hello world this error message appear: make: msp430-gcc: command not found
14 May 2022 3,630 0 View
Hi friends, I'm trying to improve RPL objective function by implementing new designed metrics in RPL using Contiki/cooja. Can you please explain how to do this? I will be very grateful for your...
19 March 2022 1,637 3 View
Please I need help on how to successfully implement mobile nodes in Contiki-OS 2.7 using Cooja Simulator. I chose Contiki 2.7 over Contiki-NG since the former has well documented tutorials at:...
11 February 2022 813 0 View
I am looking for doing multicast IPv6 ping to nodes connected to a border router, the border router is connected in serial to a local host (Ubuntu), so how to do multicast ping from local host to...
05 September 2021 5,385 2 View