Skip to content

Node-RED node to parse IEEE-754 Floating Point Numbers to byte array

License

Notifications You must be signed in to change notification settings

kyrix/node-red-contrib-float2byte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-float2byte

Node Red node to convert IEEE-754 float point numbers to byte array

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-float2byte

Usage

Input msg.payload can be a Number or a binary String (can be convert to number). Output msg.payload will be an Array of byte.

About

Node-RED node to parse IEEE-754 Floating Point Numbers to byte array

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published