- or download this
MdAgent.pl --plugin UTP --config UTP --interface ce1 --mcastAddress 2
+39.11.25.104 --mcastPort 104
- or download this
require "$PALIBDIR/$actualPlugin.pm";
<c/>
...
<c>
$actualPlugin->moduleInit($debug, $instance);
- or download this
while(1)
{
...
{
$actualPlugin->processMessage("$message");
}
- or download this
$MdAgent::TotalsHsh{$service}{$messageType}+=1;
- or download this
$mcastReaderThread=threads->create(\&doMcastSubscription, $interface,
+$mcastAddress, $mcastPort);
$mcastReaderThread->detach();
- or download this
$MdAgent::TotalsHsh{$service}{$messageType}+=1;