Skip to content
/ TLV Public
forked from Jhuster/TLV

Provide some easy-to-use API for TLV encode and decode

License

Notifications You must be signed in to change notification settings

a71sa/TLV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLV

TLV is the representative of type-length-value. It's used in many data communication protocols.

Here is some description of TLV format: https://en.wikipedia.org/wiki/Type-length-value

This project aims to provide some easy-to-use API for TLV encode and decode in C/C++/Java and some other languages.

Brief

One TLV Object is shown as follow:

TLV

Serial TLV Objects can be connected like this:

TLV

You can also put a TLV Object into another TLV Object, like this:

TLV

Contact

Email:[email protected]

About

Provide some easy-to-use API for TLV encode and decode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 38.6%
  • C 33.0%
  • Java 28.4%