Home > Pipeline Modules > Listeners

UDP Listener

Setup a simple UDP Listener that will listent for UDP datagrams.

Currently our UDP Listener is very basic and applicable for development or hobby applications and does not support any sort of TLS mechanism. If your implementation needs an UDP Listener you should contact us so we can discuss your needs.

Required Fields

In addition to the standard fields that are required for any listener, the following fields are required:

  • Listener Type (required)
    UDP

  • Content Type (required)
    Select the Content Type of the message you are expecting. Any Content Type is acceptable.

  • Listen on Port (required)
    The port your UDP listener should listen on.