Skip to content

luimot/jupiter_flutterx

Repository files navigation

RADAGAST

RAdio Data Acquisition and Graphical Analysis SysTem

A powerful tool for the rocketeers in need of a Mission Control GUI, inspired by Projeto Jupiter's PyRX.

Installing

This project requires Flutter as the GUI and python using FastAPI's WebSocket and pyserial for reading JSON data through the serial port.

At first run:

$ flutter pub get

and

$ flutter devices
$ flutter build -d [device]

Where devices show which are available to compile/transpile and run, for now there are only Web and Linux versions tested.

For the server, it is needed to only run with pip for installation of packages:

$ pip install -r requirements.txt

And then for using uvicorn in debug:

$ uvicorn serialServer:app --reload --port 3000

References

Naming:

Radagast (Adûnaic; IPA: ['radagast] - "Tender Of Beasts")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published