Questions tagged [rpl]

20 questions
0
votes
1 answer

Application level packets, parent address, RPL Contiki-ng

I know the answer to this question theoretically, but I want to know where to access the info in code level. So let's say in the example rpl-udp, when the client sends a message to the server, theoretically as we are using rpl to route the message…
Sasha
  • 11
  • 1
0
votes
0 answers

Contiki NG/Cooja - Non-RPL Simulation with No-Root Node

Can we simulate in Contiki-NG / Cooja a non-RPL sensor network where each node can directly communicate to any other node, without having to go through any root node?
0
votes
1 answer

Total Number of Packets Sent and Received in Contiki

I'm trying to get the total number of packets transmitted and packets received in RPL. I'm using upd-client.c and udp-server.c and I added printf lines in both files as the following: PROCESS(udp_client_process, "UDP client…
0
votes
1 answer

Add a new bit in packet

For example, there are two nodes A and B. A will send some IPv6 packets to B. Can I add a new bit to the packets as a feature of each packet like the packet ID, so I can distinguish these packets by it.
ChenCheng
  • 15
  • 4
0
votes
0 answers

Change routing mode

In RPL storing mode, how can a packet be delivered according to the default route instead of the route in the routing table? Is it possible to modify a control bit in an IP packet?
ChenCheng
  • 15
  • 4
1
2