Coder Social home page Coder Social logo

patrickkon / lleoscn-cdn-sim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pfandzelter/lleoscn-cdn-sim

0.0 1.0 0.0 2.21 MB

Simulation tool for CDN replication in large low-earth orbit satellite access networks.

Home Page: https://arxiv.org/abs/2012.08979

License: GNU General Public License v3.0

Shell 0.63% Go 38.98% Python 60.39%

lleoscn-cdn-sim's Introduction

Large LEO Satellite Communication Network CDN PoP Simulator

Simulation tool for CDN replication in large low-earth orbit satellite access networks.

If you use this software in a publication, please cite it as:

Text

T. Pfandzelter and D. Bermbach, Edge (of the Earth) Replication: Optimizing Content Delivery in Large LEO Satellite Communication Networks, in 21th IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing (CCGrid 2021), May 2021.

BibTeX

@inproceedings{pfandzelter2021edge,
    title     = "Edge (of the Earth) Replication: Optimizing Content Delivery in Large LEO Satellite Communication Networks",
    booktitle = "21th IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing (CCGrid 2021)",
    author    = "Pfandzelter, Tobias and Bermbach, David",
    publisher = "IEEE",
    month     = may,
    year      = 2021
}

For a full list of publications, please see our website.

License

The code in this repository is licensed under the terms of the GNU General Public License Version 3 license. All code in the simulation folder is based on the SILLEO-SCNS project.

The dataset of US cities is based on the R maps package and reproduced here for convenience.

The dataset of Swiss cities is based on data from OpenStreetMaps and reproduced here for convenience.

The dataset of US cell towers is based on public domain data by the FCC and reproduced here for convenience.

Usage

Installation (Amazon Linux 2)

sh ./install.sh

Generate Workload

  1. fill workload.toml (or choose one of the pre-configured workloads in the templates folder),
  2. then run sh ./workload.sh workload.toml

Run Simulation

sh ./simulate.sh workload.toml

You will find the results in the results sub-folder.

For performance reasons it is recommended to renice these processes to a niceness of -20 whereever possible, e.g. with sudo renice -n -20 -p $(pgrep python3)

Calculate Caching

sh ./caches.sh workload.toml

Run analysis

sh ./analysis.sh workload.toml

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.