-
Notifications
You must be signed in to change notification settings - Fork 15
Sparrow Application Layer
Simon Duquennoy edited this page Dec 11, 2018
·
7 revisions
The Sparrow application layer is very close to what is used in Yanzi Networks IoT products. Sparrow defines an encapsulation protocol on top of UDP and a payload format with support for reading and writing variables in objects. Sparrow is very similar to OMA LWM2M in the sense that it is object-oriented and each object defines a set of supported variables that can be read or written (some might be read-only). The payload format is called TLV (type-length value). This page links to a set of other pages describing the Sparrow Application Layer and the Contiki implementation of it.
- The Encap protocol and TLV format
- Sparrow Object Model
- Sparrow operations
- The Sparrow implementation
- Sparrow Tools
- Creating a Sparrow instance / object