Hi,
I implemented this flow in Node-red installed on a NUC at 192.168.1.15:1880 and am trying to test from a PC windows with the command "net send 192.168.1.15:3000 test" or net send 192.168. 1.15:3001 test but I don't get anything back in the debug.
I don't know if it's the flow that doesn't work or the way to send the message with windows.
(The final objective will be to recover an action on the IP videophone in button but I start by testing the flow with a PC, otherwise I have to move to the street videophone for each test!)
[
{
"id": "c0a1fd31b8520c67",
"type": "tab",
"label": "Flux 1",
"disabled": false,
"info": "",
"env": []
},
{
"id": "2ebb0c81e2cb08c4",
"type": "debug",
"z": "c0a1fd31b8520c67",
"name": "debug 2",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 560,
"y": 240,
"wires": []
},
{
"id": "62ee2f28e44bcc77",
"type": "node-red-contrib-http-custom-port",
"z": "c0a1fd31b8520c67",
"name": "test",
"url": "/192.168.1.101",
"method": "get",
"upload": false,
"swaggerDoc": "",
"port": "3001",
"x": 330,
"y": 240,
"wires": [
[
"2ebb0c81e2cb08c4"
]
]
},
{
"id": "ef432e3f1a0f275e",
"type": "tcp in",
"z": "c0a1fd31b8520c67",
"name": "",
"server": "server",
"host": "",
"port": "3000",
"datamode": "stream",
"datatype": "utf8",
"newline": "\\n",
"topic": "",
"trim": false,
"base64": false,
"tls": "",
"x": 540,
"y": 380,
"wires": [
[
"825896b40c7c96b9",
"d24c5bbd4d73d2af"
]
]
},
{
"id": "825896b40c7c96b9",
"type": "debug",
"z": "c0a1fd31b8520c67",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 680,
"y": 420,
"wires": []
},
{
"id": "d24c5bbd4d73d2af",
"type": "tcp out",
"z": "c0a1fd31b8520c67",
"name": "",
"host": "",
"port": "",
"beserver": "reply",
"base64": false,
"end": false,
"tls": "",
"x": 800,
"y": 380,
"wires": []
}
]