This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Readme with AGI Services examples
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,15 @@ The Solutions Widgets (WPF) are examples of how to extend the [Operations Dashbo | |
|
||
## Features | ||
|
||
* [Aircraft Communication Coverage Addin](source/AircraftCommunicationCoverageAddin/Readme.md) | ||
* [Aircraft Route Generation Line Addin](source/AirCraftRouteGenerationLineAddin/Readme.md) | ||
* [Bomb Threat Addin](source/BombThreatAddin/Readme.md) | ||
* [Farthest On Circle Addin](source/FarthestOnCircleAddin/Readme.md) | ||
* [Ground Communication Coverage Addin](source/GroundCommunicationCoverageAddin/Readme.md) | ||
* [Order of Battle Addin](source/OrderOfBattle/Readme.md) | ||
* [Range Fan Addin](source/RangeFanAddin/Readme.md) | ||
* [Satellite Ephemeris Generation Addin](source/SatelliteEphemerisGenerationAddin/Readme.md) | ||
* **Example Addins that require services that are not publically available, so therefore will not run. See [Services](#services) for more information** | ||
* [Aircraft Communication Coverage Addin](source/AircraftCommunicationCoverageAddin/Readme.md) | ||
* [Aircraft Route Generation Line Addin](source/AirCraftRouteGenerationLineAddin/Readme.md) | ||
* [Ground Communication Coverage Addin](source/GroundCommunicationCoverageAddin/Readme.md) | ||
* [Satellite Ephemeris Generation Addin](source/SatelliteEphemerisGenerationAddin/Readme.md) | ||
|
||
## Sections | ||
|
||
|
@@ -64,6 +65,7 @@ The Solutions Widgets (WPF) are examples of how to extend the [Operations Dashbo | |
### Services | ||
|
||
* There are several services that the addins depend on to function. You can open, build, and run the test project [TestDependentServices](source/AllSolutionsWidgetsWithTests/TestDependentServices/TestDependentServices.cs) to check which services may not be available. | ||
* If interested in the Addins that require services from AGI, please contact Todd Smith at [email protected]. | ||
|
||
## Resources | ||
|
||
|