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

2015-11-05 Thread Mark Solters
[Sorry if this message ends up in the wrong place or as a separate thread -- I was stuck in digest mode and it was not clear to me how to reply to a single message.] Oleg, thank you very much for the description of and reference to the packet routing protocol -- I did not realize that RIOT

[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,

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