This is the official iKhokha-maintained fork of the ber-tlv library, originally developed by eumes. The library is a streamlined library for creating, serializing and parsing TLV encoded data with focus on verbosity.
- Author: eumes
- Maintainers: iKhokha Team
iKhokha has forked this library to:
- Fix deprecation errors caused by using the outdated Buffer library.
- Add enhancements and new features where required.
This fork will continue to respect the original author’s contributions and adhere to the principles of semantic versioning.
- Initial fork based on version
0.9.0of the original library. - Updated to use Node.js version 18 and compatible testing libraries (Mocha, Chai).
- Version updated to
1.0.0to reflect compatibility with the latest environment and tools. - Future changes specific to iKhokha will follow semantic versioning conventions.
To install this forked library, use:
npm install @ikhokha/ber-tlvor
yarn add @ikhokha/ber-tlvFor general usage instructions, refer to the original documentation here. Any iKhokha-specific updates or additional documentation will be added to this README.
We acknowledge the efforts of the original author, eumes, for creating this library. This fork is built upon their work to serve the needs of iKhokha’s ecosystem.