Code Monkey home page Code Monkey logo

ccsds-router's People

Contributors

nsmryan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

aggelis

ccsds-router's Issues

Header/Footer Size are Tied in GUI

The header and footer for packets are tied in the GUI for some reason, so they change together.
This feature is intended to allow separate headers and footers of any size.

This may be an imgui issue with naming or control ids.

Fixed Size Packets Should Not Decode CCSDS Headers

The fixed size packet option was intended for packets that may or may not have headers. Currently this setting still results in decoding CCSDS headers.

This looks like it is a regression introduced when switching to use the parser from ccsds_primary_header.

Load DLL for Validation Function

It would be nice to be able to specify a DLL with a certain function, and to use that function to validate functions in a project-specific way (checksums, CRCs, etc).

This would require a dependency on something like LibLoading.

Multiple Writers

There should be a way to allow multiple writers, each with a subset of APIDs.

This would require some GUI modifications, and to be able to keep around multiple output stream.

This is a major requirement for a second release.

File Streaming on Growing Files

It would be nice to have an option to monitor a file for new data, and continue to stream from it rather then stopping the stream at the end of the file.

Allowed Apids Should include a list for the Stream Source

Currently the allowed apid lists come from the sinks, which means that parsing may consider valid data invalid if a subset of apids is required by sinks.
There should be a separate list from the sources used when parsing, rather than filtering by a merge of the sinks allowed apids.

The other issue with the current implementation is that a sink that specifies None (allow all apids) gets overridden by any source with an apid list, meaning that apids will be filtered that should be allowed through.

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.