Hello RIOTers!

I'm trying to make a small network with 3 samr21 boards, one as a border
router connected to my PC via SLIP (using the example
gnrc_border_router), and the other two as CoAP servers (using
microcoap_server example). My goal is to reach both boards from my PC
using Firefox with Copper.

For now, I succeeded creating a RPL network with the BR and the two
boards (ping6 is working on all boards, the BR as the root). I followed
the steps in [1] to configure RPL and [2] for the SLIP interface. I also
added a route:

fibroute add :: via <link-local IPv6 address from the Linux tun
interface> dev 6

on the BR.

Afterwards, I connected the SLIP interface through an USB-Serial cable
which is connected directly to the 2nd UART on the samr21 board, but I
cannot make work the SLIP interface with tunslip6 (I cannot ping any
board from my PC, even the BR). 

I'm thinking about modify the slip implementation to use only the main
UART interface, but as far as I know some people is already working on
this.

So, my questions are: is there a tutorial or step that I'm missing? Is
actually possible to do what I want?

Thanks in advance!

Cheers!

Francisco.


[1]
https://github.com/RIOT-OS/RIOT/wiki/Tutorial:-RIOT-and-Multi-Hop-Routing-with-RPL#routing-with-rpl-using-the-iot-lab-testbed

[2]
https://github.com/RIOT-OS/RIOT/blob/master/examples/gnrc_border_router/README.md



_______________________________________________
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel

Reply via email to