dkebler / node-red-contrib-tcp-server

node-red node to create a dynamic TCP server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-tcp-server

GitHub package.json version npm npm

This node is a dynamic TCP Server that can be created from passed arguments rather than static values.

node configuration

This project was developed specifically for XML over TCP with some parsing options but other formats should still be supported.

To report an issue use the project GitHub page

How it works:

node configuration

To install:

Install node-red.

Install this package with "npm install node-red-contrib-tcp-server --save" in ~./node-red or via the Palette Manager in node-red.

If everything was successfull you should see the new tcp node under the network category.

https://flows.nodered.org/node/node-red-contrib-tcp-server

About

node-red node to create a dynamic TCP server

License:MIT License


Languages

Language:JavaScript 100.0%