Hey, On 02/03/2016 12:48 AM, Viktor Váczi wrote: > Thanks for the help! It works now with a little hack in the makefile. > Why cc1101 is unspecified / what does this mean in this case? Is it a > theoretical problem or it just needs someone to do it? I would like to > help in that, where could I start ( I'm kind of new in networks )? What > are the missing parts in the driver implementation?
It's just that 6lowpan has a lot of assumptions as it was designed for 802.15.4 radios, i.e., 8 byte hardware address to generate a EUI64 link layer address from. cc110x only has 1 byte l2 addresses. I've tried to make 6lowpan somehow work anyways, but without much knowledge of 6lowpan. If you'd like to help, finding out what 6lowpan expects from the link layer and how cc110x can deliver that would be a start... Kaspar _______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
