Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.89 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.89 KB

Unified Flight and Airspace Management Specification (UFAMS)

API Endpoints

Schemas

See schemas, examples and descriptions below.

Device Registration

  • URL: https://{baseUrl}/api/v1/droneDevice/register/
  • Request Method: POST
  • Signing Algorithm: RSASSA-PKCS1-v1_5 SHA-256

The registration request to the server should be constructed as per JWS specification (IETF RFC7515). The registration data payload specified above should be encoded in base64 encoding and signed using Flight Module Provider Private Key securely through PKI Token/HSM.

Schemas: schemas

Device Deregistration

  • URL: https://{baseUrl}/api/v1/droneDevice/deregister/
  • Request Method: POST
  • Signing Algorithm: RSASSA-PKCS1-v1_5 SHA-256

The registration request to the server should be constructed as per JWS specification (IETF RFC7515). The registration data payload specified above should be encoded in base64 encoding and signed using Flight Module Provider Private Key securely through PKI Token/HSM.

Schemas: schemas

Flight Log

The flight log should be constructed as per JWS specification (IETF RFC7515). The TBS flight log payload should be encoded in base64 encoding and signed using Flight Module Private Key.

Refer to schemas for flight log schema.

Proposals Track

Proposals that are currently under consideration or review will be available in the proposals directory.

Standards Track

Proposals that have been accepted will be available in the standards directory.

Standards Document

Earlier this was refered to as RPAS Guidance Manual, or Technology standards document. To build a PDF version of the document, refer to this readme.