Hi all, I followed that information provided by community, but did not find the MODULE gnrc, and also just find gnrc_netif MODULE in sys, but not gnrc_netif_default
# gnrc is a meta module including all required, basic gnrc networking modules USEMODULE += gnrc # use the default network interface for the board USEMODULE += gnrc_netif_default # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present If I just want to get IEEE802.15.4 data, from my perspective I directly use MODULE of gnrc_netif, right? And add packet header I defined by myself. Thanks for your answers. Cheers, Haoyang > On Nov 17, 2015, at 10:05, Oleg Hahm <[email protected]> wrote: > > Hi! > > One tiny addition: > > Am Tue, Nov 17, 2015 at 01:56:09PM +0100 schrieb Martine Lenders: >> * gnrc_sixlowpan is the bare minimum implementation of 6LoWPAN for GNRC >> * gnrc_sixlowpan_frag and gnrc_sixlowpan_iphc implenent 6LoWPAN >> fragmentation and IP header compression respectively > > There is also *grnc_sixlowpan_ctx* for stateful compression (using the 6co > flag in RAs). > > Cheers, > Oleg > -- > printk (KERN_ALERT "You are screwed! " ...); > linux-2.6.6/arch/i386/kernel/efi.c > _______________________________________________ > devel mailing list > [email protected] > https://lists.riot-os.org/mailman/listinfo/devel _______________________________________________ devel mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/devel
