Skip to content

🪨 Ground Control (Rock‐7)

Yaremadzulynsky edited this page Jun 29, 2024 · 1 revision

1. Overview

  • Routes telemetry messages to Firebase
  • The website uses Rock 7 API for configuration on Blackbox startup
  • Provides satellite message credits
  • Provides Iridium line rental
  • Can manage multiple modems at a time

2. Delivery Groups

Screenshot 2023-04-30 at 5 49 42 PM Using the Rock 7 website you can create delivery groups which route messages from your modems to any HTTP endpoint. Currently, Rock 7 routes the incoming modem messages to https://us-central1-aerodronerealtimedb.cloudfunctions.net/receiveRockBlockMessage.

3. Credentials

export const rock7Credentials: Rock7Credentials = {
        usernameEncoded: "EMAIL%40EMAILPROVIDER.SUFFIX",
        usernameNonEncoded: "[email protected]",
        password: "PASSWORD"
}```