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).
- 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.
- 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.
To install this forked library, use:
npm install @ikhokha/octet-buffer
or
yarn add @ikhokha/octet-buffer
For 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.