Skip to content
/ tlv Public

Toolkit for generating and handling collections of TLV records.

License

Notifications You must be signed in to change notification settings

gokyle/tlv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tlv.go

   Package tlv provides a toolkit for working with TLV (Tag-Length-Record)
   values and lists of TLVs, such as might be found in a binary file format
   or a network protocol.

   In this package, tags and lengths are represented as integers. A future
   revision will support tags and lengths other than an integer.

   The basic unit of the library is the TLVList. A new, empty TLVList can
   be created using the New function. A TLVList may be written to an
   io.Writer using the Write method, and may be read from a file using
   the Read function.

   tlv.go is licensed under the ISC license.

About

Toolkit for generating and handling collections of TLV records.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages