Re: Linux WPAN and Contiki NG

2024-01-08 Thread Stefan Schmidt
Hello Marek, On 08.01.24 18:09, Marek Küthe wrote: Hello dear Mailling list, I would like to try Linux WPAN with Contriki NG and have some questions (I am new to the topic, so the questions may be quite stupid): Contiki NG, as I understand it, implements various 6lowpan standards - including 6T

Re: [PATCH net-next 06/10] net: fill in MODULE_DESCRIPTION()s for ieee802154

2024-01-08 Thread Stefan Schmidt
Hello. On 08.01.24 19:16, Breno Leitao wrote: W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to ieee802154 modules. Signed-off-by: Breno Leitao --- net/ieee802154/6lowpan/core.c | 1 + net/ieee802154/socket.c | 1 + 2 files changed, 2 insertio

[PATCH net-next 07/10] net: fill in MODULE_DESCRIPTION()s for 6LoWPAN

2024-01-08 Thread Breno Leitao
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to IPv6 over Low power Wireless Personal Area Network. Signed-off-by: Breno Leitao --- net/6lowpan/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/6lowpan/core.c b/net/6lowpan/c

[PATCH net-next 06/10] net: fill in MODULE_DESCRIPTION()s for ieee802154

2024-01-08 Thread Breno Leitao
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to ieee802154 modules. Signed-off-by: Breno Leitao --- net/ieee802154/6lowpan/core.c | 1 + net/ieee802154/socket.c | 1 + 2 files changed, 2 insertions(+) diff --git a/net/ieee802154/6lowpan/core.c b/

Linux WPAN and Contiki NG

2024-01-08 Thread Marek Küthe
Hello dear Mailling list, I would like to try Linux WPAN with Contriki NG and have some questions (I am new to the topic, so the questions may be quite stupid): Contiki NG, as I understand it, implements various 6lowpan standards - including 6TiSCH, TSCH and 6TOP. Which of these are also implement