Hi Clement,

Welcome to the RIOT community!

If you are using some external Zigbee implementation, don't use GNRC but
access the device via the netdev API directly. GNRC only provides IPv6- and
ICN-based traffic (the latter via CCNlite) to date, so it won't help you
for Zigbee.

However, for IPv6 traffic 6LoWPAN is required, as it enables IEEE 802.15.4
for the requirements you need. If you really want to use IPv6 without
6LoWPAN, that is possible with GNRC, I have to look up the config of
USEMODULE myself though, so let me know if that is what you want.

Kind regards,
Martine

CHOTARD Clement <[email protected]> schrieb am Do., 28. Juni
2018, 14:50:

> Hi,
>
>
>
> I am using the « gnrc_example » to communicate via Xbee modules (Zigbee).
> I would like to know, is there a way to disable the 6LoWPAN? It’s not
> relevant for Zigbee communication but the Makefile contains ''' # NOTE:
> 6LoWPAN will be included if IEEE802.15.4 devices are present '''. Is it by
> any chance possible to remove it with CFLAGS or any other means?
>
>
>
> Thank you,
>
> Clement
>
>
> _______________________________________________
> users mailing list
> [email protected]
> https://lists.riot-os.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
https://lists.riot-os.org/mailman/listinfo/users

Reply via email to