Skip to content

nihar-aalyria/test-0905

Repository files navigation

Spacetime's APIs

Spacetime has 2 APIs:

  • The Northbound Interface (NBI) allows humans or applications to define and orchestrate a network. This includes functions such as specifying the time-dynamic position and orientation of platforms and antennas, defining networking parameters on each node in the network, and creating requests for service that will be scheduled and routed through the network.
  • The Control to Data-plane Interface (CDPI), or Southbound Interface, allows Spacetime to control network devices and receive updates in return. This includes functions such as steering antenna beams to establish new links and configuring RF parameters like the transmit power and channel.

Developer Guides

You can find developer guides and tutorials on this website.

This site contains:

Repo Contents

In this repo, you will find the following directories:

  • api: The gRPC and Protocol Buffers definitions of the API.
  • cdpi_agent: A Go implementation of a CDPI agent.
  • contrib: An open-source directory of real hardware that has been modeled in Spacetime and used in real networks. Contributions are welcome!

Contributing

Spacetime welcomes contributions to its APIs. Read the governance document to learn more about policies and processes for suggesting changes to the APIs.

License

Spacetime's APIs are licensed under Apache 2.0 (see the LICENSE file).