Contents Index SMTP gateway properties Set up the Listener

MobiLink Synchronization User's Guide
  Server-Initiated Synchronization
    Set up the Notifier
      Configure the Notifier

UDP gateway properties

UDP gateway configuration is required only if you are using a UDP gateway.

UDP is useful for development and for applications over wireless LANs.

The format of the UDP message is [ subject ] content where subject and content come from the subject and content columns of the request_cursor Notifier property.

The following properties can be set in the Notifier properties file. The enable property is required. All other UDP gateway properties are optional.

You can have multiple UDP gateways. To set up additional UDP gateways, copy the properties for one gateway and provide a different gateway name and property values.

enable 

Specify enable=yes to use a UDP gateway. You can define and use multiple UDP gateways in one file.

For example, a UDP gateway called Gate3 is enabled with the following line:

UDP(Gate3).enable = yes
sender 

This is the IP address of the sender. This property is optional, and is only required for multi-homed hosts. The default is localhost.

For example,

UDP(Gate3).sender = \
  my_server_on_an_alternate_network_card.mycorp.com
sender_port 

This is the port to use for sending the UDP packet. This property is optional; you may need to set it if your firewall restricts outgoing traffic. If not set, your operating system will assign a free port.

For example,

UDP(Gate3).sender_port =  1234
listener_port 

This is the port on the remote device where the gateway sends the UDP packet. This property is optional. The default is the default listening port of the supplied UDP Listener (5001).

For example,

UDP(Gate3).listener_port = 4321

Contents Index SMTP gateway properties Set up the Listener