Giter VIP home page Giter VIP logo

r2cloud's Introduction

About Build Status

r2cloud converts Raspberry PI into the base station which supports various radio signals, such as:

  • ADS-B (airplane)
  • APT (weather satellite)
  • 2FSK telemetry demodulation for various cubesats

Principal diagram

diagram

Installation

  1. Insert SD card into the card reader and create file r2cloud.txt in the root directory. This file should contain any random string. This string is a login token. This token will be used during initial setup.

  2. Login via SSH and execute the following commands:

sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 129E7CDE
sudo gpg --armor --export 129E7CDE | sudo apt-key add -
sudo bash -c "echo 'deb [arch=armhf] http://s3.amazonaws.com/r2cloud r2cloud main' > /etc/apt/sources.list.d/r2cloud.list"
sudo apt-get update
sudo apt-get install r2cloud

Design guidelines

  • Autonomous:
    • Ability to operate without internet connection
    • synchronize state once connection restored
    • automatically calibrate average absolute error
    • configure base station location based on coordinates from GPS receiver
    • new decoders could be added after auto-update
  • Integration with external systems:
    • share as much as possible data with external systems
    • re-use libraries
  • Single stack
    • focus on single hardware and software stack
    • optimize it
  • Stability
    • housekeeping logs and data based on available hard disk
    • auto-update
    • backward compatibility
  • Security
    • safe to expose administration UI to the internet

Details could be found in official documentation.

Contribution

Please read our guidelines.

r2cloud's People

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.