I have a server which emits continuous messages on port xx. I have made a python program to listen and list all messages coming from that server, though a tcp socket (AF_INET).
How can I make the same on node-red? I have tried with the tcp-request node, but it is showing a message only if triggered, and doe snot "keep" alive listening on that server/port.
Yes, I did. Sorry not to have been so much verbose, but I am currently out of my main desk.
I'm afraid I should write my own node to handle handshaking with that socket.