Re: [riot-devel] IPV6 address

2015-11-03 Thread Oleg Hahm
Hi Baptiste! > I want to edit the IPV6 address with a new EUI64. Which is the correct > way to edit the IPV6 address? I tried to edit the Long HWaddr with > gnrc_netapi_set but it doesn't automatically update inet6 addr. > Do I have to update each value (ie Short/Long addr and inet6 addr) or > is

Re: [riot-devel] How to Choose Network Interface to Send Packets Over

2015-11-03 Thread Oleg Hahm
Hey Mark! > This leads me to a slightly deeper question -- how does RIOT decide what > physical interface to attempt to communicate over when I use network send > calls such as conn_udp_sendto? Selecting the proper interface for sending, is task of the network layer and is implemented according t

[riot-devel] IPV6 address

2015-11-03 Thread Baptiste Clenet
Hi, I want to edit the IPV6 address with a new EUI64. Which is the correct way to edit the IPV6 address? I tried to edit the Long HWaddr with gnrc_netapi_set but it doesn't automatically update inet6 addr. Do I have to update each value (ie Short/Long addr and inet6 addr) or is there a way to prov

[riot-devel] How to Choose Network Interface to Send Packets Over

2015-11-03 Thread Mark Solters
I am relatively new to RIOT and I hope someone can provide some expertise here; I am exploring the gnrc networking stack in the pursuit of a functioning border router. This question is centered around "examples/posix_sockets." I am using ATMEL SAMR21 chips. The posix_example works as expected, w