TCPStream
This output is used to write data to a listening TCP socket, allowing you to push outputs directly to a custom application.
| Parameter | Default | Meaning |
|---|---|---|
| host | The host name or IP address of the server | |
| port | The listening UDP port | |
| delimiter | The delimiter to separate the name and value of the point. | |
Example
[
{
"method": "tcpstream",
"delimiter": "="
"port": 6379
}
]
The above example would send values to a listening TCP socket on port 6379 on the local machine. The messages would be in the form of point_name=value.
Other Modules
Return to the list of output modules.