system
February 26, 2013, 5:36pm
1
Dear all,
I'm really a beginner in Contiki and Arduino, so apologize me if I say
something wrong
The idea behind my project is to make some Arduino boards communicate via
IPv6 through XBee and Ethernet.
After a day of study of Contiki I learned that to realize the idea I need
to implement a radio driver for XBee and here comes the first questions:
is it right?
are there already some implementations of that?
Thanks in advance
Alessandro
system
February 26, 2013, 5:45pm
2
The idea behind my project is to make some Arduino boards communicate via
IPv6 through XBee and Ethernet.
Communicate with what? The XBee and Ethernet shields serve vastly different purposes.
The Ethernet library does not currently support IPv6.
After a day of study of Contiki I learned that to realize the idea I need
to implement a radio driver for XBee and here comes the first questions:
What is Contiki? I don't think you need to "implement a radio driver".
system
February 27, 2013, 7:08am
3
Communicate with what? The XBee and Ethernet shields serve vastly different purposes.
The XBee is used for the communication between the boards and the ethernet is used for the communication with another system.
The Ethernet library does not currently support IPv6.
I know that, but with the ENC28J60 chip, with this library GitHub - njh/EtherCard: EtherCard is an IPv4 driver for the ENC28J60 chip, compatible with Arduino IDE and with contiki you can use IPv6.
What is Contiki? I don't think you need to "implement a radio driver".
This is contiki http://www.contiki-os.org/
And how can you say that if you don't know contiki?