named-data-iot / ndn-lite

A lightweight NDN protocol stack with high-level application support including security bootstrapping, access control, trust management, etc.
https://ndn-lite.named-data.net
GNU Lesser General Public License v3.0
44 stars 16 forks source link

Space-efficient packet encoding using RFC9139 #20

Open yoursunny opened 5 years ago

yoursunny commented 5 years ago

Certain IoT connectivity technologies, such as 802.15.4 and NFC, offer lower-than-usual MTU. Information-Centric Networking (ICN) Adaptation to Low-Power Wireless Personal Area Networks (LoWPANs) section 5 specifies a space-efficient encoding format for NDN packets. ndn-lite should support this format to improve efficiency on low-MTU links.

yoursunny commented 5 years ago

Is this completed?