Questions tagged [6lowpan]
10 questions
3
votes
2 answers
Using Rime and 6LoWPAN in Contiki OS
I'm trying to make use of the 6LoWPAN implementation provided by Contiki OS.My problem is that Rime is just working without having the flag UIP_CONF_IPV6 set. As soon as I set the flag in order to activate IPv6 support the compiler reports 'multiple…

Thilo
- 989
- 1
- 17
- 27
2
votes
1 answer
is there any 802.15.4 RF module (6LoWPAN) for Arduino
I want to make communications between an Arduino and a laptop with the protocol stack 802.15.4-6LoWPAN-IPv6-UDP. I notice that there are some 802.15.4 RF module for Arduino, but almost all of them work with ZigBee. Is there any 802.15.4 RF module…

Sissi
- 65
- 1
- 10
1
vote
0 answers
ADF7242 cannot receive packet while trying to get RSSI from driver
Dear Stack Overflow community,
I am currently working on a project involving the 802.15.4 protocol and RFC6551. I have encountered a particular issue and would like to seek your assistance in resolving it.
Here is a brief overview of the problem:
I…

Mayur Shah
- 11
- 2
1
vote
1 answer
How to captrue real-time network traffic in RPL using contiki?
I'm working on intrusion detection in the Internet of Things based RPL.
I need a 6LoWPAN network dataset to evaluate IDS.
How to capture live (Real-Time) network packets and traffic analysis in a Cooja simulator?

kgao
- 11
- 1
0
votes
0 answers
How to fix makefile error in"6LoWPAN Simulation Model Integrate It Yourself Manual"?
I work on 6lowpan in omnet++ (Michael Kirsche), but after integrating I have makefile error.
some details:
Omnet-4.6
Inetmanet2.2 (Michael Kirsche)
make[1]: Leaving directory '/home/ubuntu16/inetmanet-2.0/src'
Makefile:2: recipe for target 'all'…

RSMD
- 1
0
votes
0 answers
How to get the content of each layer in Scapy?
I have a pcap file and I can read it with the following code in Python:
from scapy.all import *
packets = rdpcap("mypfile.pcap")
Now I want to read the content of each layer separately like this (the packets are collected from a 6LoWPAN…

Amin Kaveh
- 117
- 6
0
votes
1 answer
How to get routes of the DODAG at the root?
I'm using contiki-ng with the TI Simplelink CC1310 and with RPL in non-storing mode and my objective is to get the routes of the DODAG at the root of the network in order to know which nodes are accessible by the root directly or indirectly (via…

Javi Martínez
- 368
- 1
- 4
- 16
0
votes
1 answer
How to make downward connection in Contiki-NG with UDP
I'm trying to make a simple mesh connection using 6LoWPAN with Contiki.
For simplicity I'm making this in Cooja, so the hardware is not a constrain in this problem i think.
My objective is to have one root (UDP Server) and many motes (UDP Client).…

Javi Martínez
- 368
- 1
- 4
- 16
0
votes
1 answer
scapy sniffing ZigBee traffic, does not detect ZigBee layers
I'm trying to play with ZigBee protocol using scapy, but captured traffic is not properly recognized. I have created following script:
import sys
from scapy.sendrecv import sniff
def pkt_hnd(pkt):
…

omicronns
- 357
- 1
- 10
0
votes
2 answers
Multi connection of BLE 6LoWPAN Border Router
I am struggling to make BLE connetion with raspberry pi 3.
When I make 1:1 connection, it works fine.
root@raspberrypi:~# hciconfig hci0 leadv
root@raspberrypi_SLAVE:~# echo "connect B8:27:EB:5D:C6:1E 1" >…

Kim Yeon Soo
- 11
- 2