Skip to content

Create radio data transmission protocol #7

Description

@explosion33

A protocol needs to be designed to efficiently transmit radio data back to the ground station, as well as be able to receive and execute ground station commands

SHOULD INCLUDE:

  • Some form of confirmation that messages have been received, and the ability to recover when they aren't
  • efficient encoding
    • something like JSON would not be suitable
  • Constant data transmission
  • asynchronous transmissions
  • Messages from the ground station should take priority

TODO:

  • Design protocol capable of having all required features with minimal space
  • Implement encoding and decoding functions of protocol into a usable form
  • Write and test data transmission

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    todoItems that need to be completed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions