GENERAL:
This is a windows programs. It demonstrates
the use of the AVDS Network Library (AVDSNetwork.lib) to send and
receive packets. It combines the DroneOne, DroneMany, and PacketSnooper
programs into a windows based AVDS network testing tool. 


BUiLDING:
This program was built using Microsoft Visual C++. The file 
"AVDSNetworkTest.dsw" is the MS Visual Studio workspace. A 
separate makefile was generated, "AVDSNetworkTest.mak". 

OPERATION:
To run the AVDSNetworkTest, change to the "AVDS\network\bin"
directory and double click the icon. The a window will open
with three tabs, "Receive", "Send-Many", and  "Send-One".

Receive:
This tab contains spaces where information from received packets
will be placed. Pressing "Start" intializes the network recieve
functions and begins a continuous loop that periodically checks
for new aircraft packets.

Send - Many:
Pressing "Start" intializes the network send
functions and begins a continuous loop that periodically sends
aircraft packets that represent many aircraft flying in formation.

Send - One:
Pressing "Start" intializes the network send
functions and begins a continuous loop that periodically sends
aircraft packets that represent one aircraft flying in a circle.

