Coder Social home page Coder Social logo

christopherrabotin / cdh Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 460 KB

A demo of a command and data handling subsystem (software only) for Zephyr RTOS using Protobufs

License: GNU General Public License v3.0

Makefile 0.43% C 1.52% C++ 97.74% Protocol Buffer 0.32%

cdh's Introduction

cdh

A demo of a command and data handling subsystem (software only) for Zephyr RTOS using Protobufs

cdh's People

Contributors

christopherrabotin avatar

Watchers

 avatar  avatar  avatar

cdh's Issues

Subsystem and TM/TC configuration

The idea here is to be able to generate a whole C&DH subsystem from a configuration file and then use the TMs and TCs directly in the C++ code over Zephyr. Additionally, it would be good is the main of the OS could cycle through the subsystems to have each execute the commands and populate the TM stream. There's a lot of flexibility here, and it seems like code generation is the easiest approach. Hence, it may be easier to write a Python tool for this. It's important that the dev still has control over which TMs and TCs are being sent.

Telecommand for general C++

  • Signed via an HMAC (or something similar for embedded systems)
  • TC frame: timestamp of sending (used for signature validation plus secret key), number of TCs sent, ... more?
  • TC: ID which can be masked per subsystem, optional parameter, flag for parameter, CRC, time of execution

Just have a few hardcoded demo TCs in the tests for now.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.