Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 612 Bytes

File metadata and controls

17 lines (9 loc) · 612 Bytes

SusScope

A general purpose data analysis tool used in SCR robots.

Downloading

Head to the releases section and grab the latest build!

Building

To build SusScope, there are a number of dependencies that you must have installed on your computer. SusScope is built on Tauri, a rust application that runs web applications as executables.

Do a npm i to install the node modules needed to run SUSscope.

You also need to install Rust from rust-lang.org.

To run SUSscope, open a terminal, navigate to the repository directory, and type npm run tauri dev.