[Xastir] UDP frames

Bill Vodall wa7nwp at jnos.org
Tue Jan 11 18:26:03 EST 2005





> Yes, but no need for the host stack to receive the packets.  Even in a shared 
> broadcast domain it still makes sense to multicast.

Does that still allow us to use standard system calls.   We could be able to take one
of the PERL scripts (old hog counter..) and connect to a feed.  Then replace the
logging or print handling with some sort of function to UDP multicast.

 while (1) {
   $packet = aprs-is();
   udpsend( "44.24.139.255", $packet)
}


A receiving function should be similar...

Bill




More information about the Xastir mailing list