Module capsules_extra::net::thread
source · Modules§
- This file contains the structs and methods associated with the Thread networking layer. This represents a first attempt in Tock to support Thread networking. The current implementation successfully joins a Tock device as a child node to a Thread parent (tested using OpenThread). This Thread capsule is a client to the UDP Mux. The associated ThreadNetwork struct must be created in the
thread_network.rs
component. - Implements Type-Length-Value (TLV) encoding and decoding as outlined in the Thread 1.1.1 Specification. TLVs are used to serialize information exchanged during mesh link establishment (MLE). MLE is covered in Chapter 4.