Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.58 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.58 KB

iKhokha Fork of octet-buffer Library

This is the official iKhokha-maintained fork of the octet-buffer library, originally developed by eumes. The library is a lightweight wrapper around Node's native Buffer implementation, providing continuous read and write operations for various primitive types (uint8 to uint32).

Key Information

  • Author: eumes
  • Maintainers: iKhokha Team

Purpose of the Fork

iKhokha has forked this library to:

  • Fix deprecation errors caused by using the outdated Buffer library.
  • Add enhancements and new features where required.

Changes in This Fork

  • Initial fork based on version 0.9.0 of the original library.
  • Updated to use Node.js version 18 and compatible testing libraries (Mocha, Chai).
  • Version updated to 1.0.0 to reflect compatibility with the latest environment and tools.
  • Future changes specific to iKhokha will follow semantic versioning conventions.

Installation

To install this forked library, use:

npm install @ikhokha/octet-buffer

or

yarn add @ikhokha/octet-buffer

Documentation

For general usage instructions, refer to the original documentation here. Any iKhokha-specific updates or additional documentation will be added to this README.

Acknowledgments

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.