Hey, On 02/02/2016 05:54 PM, Viktor Váczi wrote: > I did exactly the same thing: > ifconfig 7 del fe80::3600:3400:757:3156 > ifconfig 7 add fe80::1 > ifconfig 7 add fe80::1 You have to set the hardware address to match the last byte of that node's link-local address. For example, if on one node you use "fe80::1" as link-local address for interface 7, set the hardware address with "ifconfig 7 set addr 01" with "01" (use ab for "fe80::ab").
> 1., Whenever I switch channel, the Channel variable in the ifconfig > stays the same, I don't know if its intended. That's not intended. Could you open an issue? > 3., There was a step that I should put a IPHC disable in my Makefile.dep: > ifneq (,$(filter cc110x,$(USEMODULE))) > DISABLE_MODULE += gnrc_sixlowpan_iphc > endif You have to add just "DISABLE_MODULE += gnrc_sixlowpan_iphc" to your application's Makefile. When compiling, a huge warning saying that you're disabling a needed module should appear. > 4., When I start my board it sends packets to 0: > > cc110x: snd pkt to 0 payload_length=20 > I don't know why. As soon as the network stack starts up, it broadcasts e.g., router solicitations. > Thanks for the help so far! Sorry for the difficulties... But using 6lowpan over cc110x is not specified, so the whole thing is a bit kludgy. Kaspar _______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
