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.
You can find developer guides and tutorials on this website.
This site contains:
In this repo, you will find the following directories:
- api: The gRPC and Protocol Buffers definitions of the API.
- agent: A Go implementation of an SBI agent.
- contrib: An open-source directory of real hardware that has been modeled in Spacetime and used in real networks. Contributions are welcome!
Spacetime welcomes contributions to its APIs. Read the governance document to learn more about policies and processes for suggesting changes to the APIs.
Spacetime's APIs are licensed under Apache 2.0 (see the LICENSE file).