Giter Site home page Giter Site logo

badass's People

Contributors

ascended121 avatar camdenmil avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

badass's Issues

CCSDS Checksum Support

CCSDS command headers have a checksum field for use in validating the command message. The current implementation contains the functions to calculate the checksum, but do not utilize it nor check it.

Add support for this (as transparent to user as possible).

BADASS Packet Times

BADASS currently fills the time field of telemetry headers with the time since startup (ie, millis()). Add a command to set the current time and keep time using millis after that initalization.

Segmented Packet Support

Xbee's limit the maximum packet size to 100(?) bytes. Having the capability to send longer packets would be very useful (lots of telemetry, sending down files). CCSDS packets can be used in this way using the segmentation field and sequence counter.

Need to implement into current library, preferably in a way that's transparent to the user (ie, if user passes an array of data to send longer than 100 bytes, automatically break it into multiple packets).

Assigning Serial to Variable causes issues

Link code alias's the Serial objects so that people don't screw up and write to the wrong one, however, code doesn't work like this. As an example,

HardwareSerial debug_serial = Serial;
debug_serial.begin(250000);
debug_serial.println("Help me");

does not produce output. Code appears to work if the alias's are removed.

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.