Hey, On 05/25/2016 11:18 AM, Jose Alamos wrote: > I'm trying to set up a simple RIOT border router without a linux > computer (the node has GPRS access, so I'm not using ethos). With this > config, what's the proper way to propagate the IPv6 address to the rest > of the nodes?
If a /64 is set on the BR's 6lowpan interface, it will be propagated to the nodes automatically. You could take a look at gnrc_udhcpc on how to set the prefix programatically. Kaspar _______________________________________________ devel mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/devel
