README
node-struct-crc16
Extension of node-struct to allow it to carry a crc16 value at its head.
Installation
To install with npm:
npm install node-struct-crc16
Extension of the struct module to carry a crc16 value at its head
<script type="module">
import nodeStructCrc16 from 'https://cdn.skypack.dev/node-struct-crc16';
</script>
Extension of node-struct to allow it to carry a crc16 value at its head.
To install with npm:
npm install node-struct-crc16