Giter Site home page Giter Site logo

jo-walker / rgs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uorocketry/rgs

0.0 0.0 0.0 120.99 MB

uORocketry's Ground Station Infrastructure

Shell 0.26% JavaScript 4.12% C++ 3.72% C 74.94% Go 0.22% Rust 3.92% TypeScript 4.74% CSS 1.47% Makefile 1.32% HTML 0.03% CMake 0.11% Svelte 5.17%

rgs's Introduction

RGS

The RGS repository contains the main infrastructure for the uORocketry Ground Station.

About the infrastructure

The infrastructure is composed of the following components:

ZeroMQ Services

At the moment being the zmq_proxy and pb services. They allow inter-process communication between the components of the infrastructure.

Providers

The providers are the components that receive data from an external source (eg: The rocket or a sensor) and broadcast it to the rest of the infrastructure.

These are the hydra_provider, which receives data from the Hydra rocket and the labjack_provider, which receives data from the labjack sensors.

Frontends

The frontends are the components that allow the user to interact with the infrastructure. At the moment only being the web frontend.

Other

We also have a .devcontainer folder which contains the configuration for a development container. You can use this if you don't want to install the dependencies on your machine.

The scripts folder contains miscellaneous scripts that are used for development.

The bindings folder contains the typescript bindings for the rocket messages backend.

How to run

Make sure you have installed the following installed:

  • Rust
  • libudev-dev
  • inotify-tools
  • NodeJS
    • pm2 (process manager) - npm install -g pm2
    • pnpm (package manager) - npm install -g pnpm

Then run the following commands:

pnpm install
pm2 start

If you want to monitor the running processes you can run pm2 monit or install the Pm2 Explorer extension for VSCode.

To stop pm2 and its processes run pm2 kill.

For development convenience hydra_provider isn't included in the pm2 ecosystem file. Check its README for more information.

Troubleshooting

Please refer to each of the following for more information.

rgs's People

Contributors

seofernando25 avatar marwanmashaly1 avatar jonapap avatar noahsprenger avatar tofarati262 avatar anjelikabab avatar eilayk avatar ccm32004 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.