Socket
Socket
Sign inDemoInstall

node-red-contrib-modbus-tcp-ip

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-modbus-tcp-ip - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "node-red-contrib-modbus-tcp-ip",
"version": "1.1.2",
"version": "1.1.3",
"description": "A simple node for realtime MODBUS TCP/IP Process with added features.",

@@ -5,0 +5,0 @@ "main": "modbus-tcp-ip.js",

@@ -18,2 +18,7 @@ # Node-RED Modbus TCP Flexi Reader

##Additial Payload Options
Also you can send the modbus ip and port along with payload instead of giving it at the input of node
Eg:
{ "unitid":5, "functioncode":3, "address":3000, "quantity":100, "modbus_ip":"192.168.10.31", "modbus_port": 3666 }
## Authors

@@ -20,0 +25,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc