Giter Club home page Giter Club logo

cote's Introduction

Orbital Edge Computing Simulation Software

This software provides classes and utilities for simulating orbital edge computing. The software namespace, cote, stands for "computing on the edge." A cote is a shelter for carrier pigeons.

See our Best Paper from ASPLOS'20: https://brandonlucia.com/pubs/oec-asplos2020.pdf

Current version: 1.0.0

Dependencies

  • A C++17 compiler (for std::filesystem)
  • CMake for building Makefiles
sudo apt install build-essential cmake texinfo
cd $HOME/git-repos/cote/scripts
./setup_dependencies.sh $HOME/sw

Some Usage Notes

For immediate results, run the setup_dependencies.sh script and then run any example program. When running an example program, you must build the program and, depending on the example, you may need to copy the sample configuration files into the configuration folder; if so, there is a script to do this for you in the corresponding scripts directory.

There is a README file in nearly every directory. The repository is designed to be relatively self-documenting, with any questions that may arise answered in a nearby README file or, in the case of software and scripts, in-file comments.

cote programs ingest a handful of configuration files (using the C++17 filesystem feature); currently, the configuration file formats are ad-hoc and could eventually be well-defined and collected into a single, well-formatted JSON file for example. For now, follow the format of the sample configuration files; character positions and field widths matter.

Because program configurations are specified in configuration files, they can be changed without needing to recompile the programs in order to try new configurations and scenarios.

You will eventually want satellite TLEs from an up-to-date source, e.g. http://celestrak.com/NORAD/elements/. TLEs are only accurate for a few weeks (actual duration depends on the satellite), so when specifying the start date and time of a cote simulation, you should choose something close to the TLE epoch. Two scripts exist to generate these files for you: cote/scripts/generate_step_config_files.py and cote/scripts/generate_small_step_config_files.py. You should usually use generate_small_step_config_files.py unless your simulation will make large (one second or greater) time steps between iterations.

Directory Contents

License

Written by Bradley Denby
Other contributors: None

See the top-level LICENSE file for the license.

cote's People

Contributors

mablem8 avatar blucia0a avatar ohnx avatar

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.