Code Monkey home page Code Monkey logo

tmtccmd's People

Contributors

dwood2020 avatar jakobmeier avatar ngusa1 avatar robamu avatar umohr-irs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tmtccmd's Issues

Get GUI to better state

The GUI still needs some updates to be usable properly

  • Proper implementation of communication interface handling. This includes a connect and disconnect button
  • A way to chose op codes depending on the selected service

Allow command definitions specification as (string) tree

The current approach of specifying command definitions is quite inflexible because it only allows one sublayer (op codes as the sublayer of the service).

A more flexible approach which would also be possible to implement in the GUI would be to allow specifying the command definitions in a tree format, where the user can build build a command definition tree, where a command path consists of full path from root to a command leaf. For example, it could look like this

root

  • core (n)
    • reboot (l)
  • test (n)
    • ping (l)
  • acs_subsystem
  • tcs_subsystem
    • tcs_ctrl
      • set_mode
    • poll_all_temps

The full path is passed to the user feed callback, for example as a slash or colon separated string, for example: tcs_subsystem:tcs_ctrl:set_mode. A tree like that would also be traversable in both CLI and the GUI.

Add PUS TM version not using Object ID

The current version of PUS TM handling is still tightly bound to the Flight Software Framework using an object ID. An adaption to support packets without an object ID would be a good addition.

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.