UDPStream
This output is used to write data to a listening UDP socket, ideal for notifying 3rd party applications of any changes and/or activity.
| 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": "udpstream",
"delimiter": "=",
"port": 6379
}
]
The above example would send values to an UDP service listening on port 6379. Each message would be in the format 'pointname = value'..
Other Modules
Return to the list of output modules.