https://github.com/interuss/automated_testing_interfaces
InterUSS-defined interfaces for automated testing
https://github.com/interuss/automated_testing_interfaces
Last synced: 2 months ago
JSON representation
InterUSS-defined interfaces for automated testing
- Host: GitHub
- URL: https://github.com/interuss/automated_testing_interfaces
- Owner: interuss
- License: apache-2.0
- Created: 2022-10-24T20:22:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-29T18:59:00.000Z (8 months ago)
- Last Synced: 2025-10-29T20:53:22.996Z (8 months ago)
- Size: 222 KB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# InterUSS automated testing interfaces
This repository houses the interfaces a USS/USSP must provide in order to be tested by certain scenarios in [the InterUSS automated testing tool uss_qualifier](https://github.com/interuss/dss/tree/master/monitoring/uss_qualifier).
## Interfaces
* [Geo-awareness](geo-awareness/README.md) (DEPRECATED; see [Geospatial map](geospatial_map) instead)
* [v1 YAML](geo-awareness/v1/geo-awareness.yaml)
* [Geospatial map](geospatial_map/README.md)
* [v1 YAML](geospatial_map/v1/geospatial_map.yaml)
* [Remote ID](rid/README.md)
* Injection (for NetRID Service Providers)
* [v1 YAML](rid/v1/injection.yaml)
* Observation (for NetRID Display Providers/Display Applications)
* [v1 YAML](rid/v1/observation.yaml)
* [SCD](scd/README.md) (deprecated; see [flight planning](flight_planning) instead)
* [v1 YAML](scd/v1/scd.yaml)
* [Flight planning](flight_planning/README.md)
* [v1 YAML](flight_planning/v1/flight_planning.yaml)
* [Versioning](versioning/README.md)
* [YAML](versioning/versioning.yaml)