UDP portal provides a transparent transport for UDP frames through a Unet.
The UdpPortal agent listens for UDP packets on the specified port. Arriving UDP packets are sent via the DATAGRAM service to a peer node, using the specified peer address, protocol, reliability and priority. The UdpPortal agent also listens for any datagrams arriving from the DATAGRAM service with the specified protocol. These are forwarded as UDP packets sent to the clientIP and clientPort.
For supported agent parameters, see UdpPortalParam.
Type | Name and description |
---|---|
String |
clientIP |
int |
clientPort |
static String |
description |
String |
dsp |
int |
peer |
int |
port |
Priority |
priority |
int |
protocol |
boolean |
reliability |
static String |
title |
Methods inherited from class | Name |
---|---|
class UnetAgent |
addCapability, allOf, deregister, deregister, die, get, get, getBuildInfo, getLogLevel, getParam, getParameterClasses, getParameterClasses, getParameterList, getParameterList, getServices, getTitle, getVersion, init, isReadOnly, longValue, processMessage, processQuery, processRequest, register, register, set, set, setLogLevel, setParam, setup, shutdown, startup, subscribeForService, subscribeForService, trace, trace, trace, unsubscribeForService, unsubscribeForService |