This program is capable of subscribing to an UDP multicast feed containing (live) radar data
in Eurocontrol Asterix format. The received UDP frames are stored in a recording file.
A new (raw) Asterix recording file can be created every x minutes. The previously recorded
Asterix filename contains date and timestamp.
This tool can be used to do continuous 24/7 Asterix multicast recordings.
tcpcat is a simple program that is like `cat' but it works over tcp streams to allow you to cat from one host to another. example: host a: $ tcpcat -l 63255 | gzip -dc | tar xvf - host b: $ tcpcat -h hosta:63255 tcpcat-X.X.X.tar.gz
Java IO Extension is a open source project which extends java IO package by providing a java class library to access IO system in a local area network Developers can easily use IO Extension just like using java IO API to access a remote IO system