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 looking for anti-nuclear antibody (ANA) and anti-Phospholipid antibody ELISA kit for Non Human Primate serum samples. Any suggestions highly appreciated. Thank you.
28 February 2021 6,512 3 View
I am facing an issue while blocking for the geometry mentioned in the image. After blocking it ends with a triangular block due to its shape. How to create a hexahedral mesh for this geometry in...
02 February 2021 888 1 View
Hi, These are the outputs generated by a system. Green-colored (nr) is desired output, while the system generates Red-colored (nf). I also have a dataset in CSV file. For this waveform, What...
21 January 2021 929 2 View
There are many geophysical and remote sensing methods to determine the crustal deformation and active tectonic movements. I need some research papers related to active tectonic movements in...
19 January 2021 2,355 3 View
I am developing a MATLAB code for shock problem and want to divide the FE domain into explicit and implicit elements (region of domain at vicinity to shock is meshed into explicit elements and...
15 January 2021 1,968 2 View
I want to find a GPC available solvent to dissolve both lipid (DPPC, 2 mM) and salt (NaCl, 100 mM).
14 January 2021 3,805 2 View
Suppose I am meta-analyzing proportions using their logit transformations. We did a meta-regression of the covariates age, gender, and disease severity score in studies and get respective beta...
11 January 2021 9,409 4 View
This question and discussion has been removed.
01 January 2021 2,907 3 View
The sevice rate is fixed and the arrival rate is changing. As I am plotting the graph of arrival rate with respect to waiting time in queue.
22 December 2020 2,455 1 View
Dear scholars, Our research is currently involved with hybridoma technology. We have isolated some original clones after fusion and we are preparing the subclone step to find some true positive...
01 December 2020 1,178 3 View
I want to apply a privacy-preserving algorithm in MQTT for IoT devices. Which tool do you suggest to simulate this algorithm? I want to measure the performance on the IoT battery device? Actually,...
28 January 2021 9,561 3 View
I'm trying to include udp-client.c in udp-server.c to share a struct between them But I keep getting this error udp-server.c:67:1: error: redefinition of autostart_processes In file included...
16 January 2021 5,013 4 View
Hi everyone, I'm trying to embed SecTrust into RPL routing protocol of ContikiOS, specifically to replicate the work of this paper: " SecTrust -RPL: A secure trust-aware RPL routing protocol...
03 July 2020 2,232 1 View
I want to program MSP430FR5994 launchpad in Contiki but there is no example to start with. I have used a cc2560 sensortag example code and it is working correctly. Can anyone guide me in this regard?
13 January 2020 300 2 View
31 December 2019 6,244 1 View
Please help me . I have tried it to form a cluster with Rime stack communication but not getting success. If any one have code to implement cluster in contiki pleased send it. My mail id:...
09 October 2019 2,432 2 View
where is the sensor data file loacated in rpl protocol code in contiki os ?
18 June 2019 9,487 2 View
How to calculate LINK CAPACITY in RPL protocol in contiki os ?
17 June 2019 5,885 3 View
05 June 2019 3,903 2 View
hello all, I simiulated RPL with hop count and etx as metrics. Can anyone provide code for RTT as metric? Per-hop Round Trip Time (RTT):This metric is based on measuring the round trip delay...
07 May 2019 1,601 6 View