node-red-contrib-buffer-parser
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "node-red-contrib-buffer-parser", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A dynamic node to convert values in a buffer or integer array into the many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -21,3 +21,3 @@ node-red-contrib-buffer-parser | ||
* Setup a specification and convert multiple parts of an array or buffer to... | ||
* int, int8, byte, | ||
* int, int8, byte, uint, uint8, | ||
* int16, int16le, int16be, uint16, uint16le, uint16be, | ||
@@ -30,3 +30,3 @@ * int32, int32le, int32be, uint32, uint32le, uint32be, | ||
* string, ascii, utf8, utf16le, ucs2, latin1, binary | ||
* Specification is either configured by the built in UI or can be dynamicaly set by a msg/flow/global property - permitting fully dynamic setup (e.g. via a dashboard) | ||
* Specification is either configured by the built in UI or can be set by a msg/flow/global property - permitting fully dynamic setup (e.g. via a dashboard) | ||
* The specification format permits random access (e.g. no need for any skips when accessing only first and last elements) | ||
@@ -33,0 +33,0 @@ * You can specify the same offset many times to convert the same piece of data several times |
Sorry, the diff of this file is not supported yet
416291