Files
openthread/doc/spinel-protocol-src/spinel-basis-glossary.md
T
Robert Quattlebaum 64544d0cee Spinel Changes (#1777)
* spinel: Updates in preparation for IETF submission.

* spinel: Use revision number instead of hash

* spinel: James is the editor
2017-05-22 12:07:01 -07:00

932 B

Glossary

FCS
Final Checksum. Bytes added to the end of a packet to help determine if the packet was received without corruption.
NCP
Network Control Processor.
NLI
Network Link Identifier. May be a value between zero and three. See (#nli-network-link-identifier) for more information.
OS
Operating System, i.e. the IPv6 node using Spinel to control and manage one or more of its IPv6 network interfaces.
PHY
Physical layer. Refers to characteristics and parameters related to the physical implementation and operation of a networking medium.
PUI
Packed Unsigned Integer. A way to serialize an unsigned integer using one, two, or three bytes. Used throughout the Spinel protocol. See (#packed-unsigned-integer) for more information.
TID
Transaction Identifier. May be a value between zero and fifteen. See (#tid-transaction-identifier) for more information.