Replies: 1 comment 4 replies
-
OpenThread does not readily integrate with the Linux IEEE 802.15.4 subsystem. OpenThread directly integrates with an IEEE 802.15.4 radio. OpenThread also presents a standard Linux network interface (using tun), allowing direct integration into the Linux IP stack. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm new to the OpenThread stack. Recently, I've been interested in writing an IEEE 802.15.4 driver for the official Linux kernel.
This would allow me to take advantage of existing features such as TCP/IP, 6LoWPAN, and the software MAC feature and so on already in the Linux kernel. The subsystem I'm referring to is located here in the Linux kernel tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/ieee802154
I'm wondering if OpenThread can run on top of the Linux kernel's IEEE 802.15.4 subsystem, or if it runs completely independently from the Linux kernel, directly communicating with the 802.15.4 hardware?
Thank you to everyone who shared ideas on how I can write a driver for new hardware for OpenThread using the Linux kernel.
Beta Was this translation helpful? Give feedback.
All reactions