This directory contains a Microsoft Visual C++ a Visual Studio 
Workspace file, "AllExamples.dsw", that contains projects for 
all of the examples contained in the subdirectories.

These examples are:

DroneOne:
This program runs in console mode (a DOS window). It demonstrates
the use of the AVDS Network Library (AVDSNetwork.lib) to send 
(multicast) aircraft packets on the local network. These packets 
can be received by AVDS or a program that uses the AVDS Networking
Library, such as the PacketSnooper below.

DroneMany:
This program is an extension of the DroneOne program. It sends out
packets that represent many aircraft flying in formation.

PacketSnooper:
This program runs in console mode (a DOS window). It demonstrates
the use of the AVDS Network Library (AVDSNetwork.lib) to receive
aircraft packets from the local network. 

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

Note: For specific information on each of these projects consult the 
"ReadMe" files located in their respective directories. For specific
information on the AVDS Network Library Functions consult the AVDS Manual.