netchecksum

0.1.1 • Public • Published

NetChecksum - Validation for Packets

This is an ultra-simple library which implements the 1s complement checksum used by TCP, UDP and ICMP in pure js.

To use it:

const NetChecksum = require('netchecksum');
console.log(NetChecksum.raw(new Buffer("hello world")));

Readme

Keywords

Package Sidebar

Install

npm i netchecksum

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • cjd