Iec60870-5-104 application

Dear Guys.
Anyone here used to use node-red as IEC60870-5-104 server/slave application please?
Many thank

I was interested in this protocol also.
There doesnt seem to be a Node-red Node for it .. and even on npm if you search there is not much results of nodejs packages for it.

There is only one project that seems to be under development :

So using a Function node and its functionExternalModules option you could try loading the library
and trying the examples the developer of the library has here


Alternatively .. use an Protocol Gateway / converter RTU like an Elseta WCCLite that supports IEC60870-5-104 and send your data to Node-red with MQTT or Modbus

@Boy_co_don If you intend on trying what Andy has suggested, this article has a bit more info on using modules in a function node: