Coder Social home page Coder Social logo

dt-client's Introduction

Desktop Client

The desktop client's purpose is to interface and visualize telemetry data obtained from the microcontrollers onboard UAVs and UGVs

The desktop client is a React application built with create-react-app. It is wrapped in an electron app that allows the React app to be ran in a desktop application.

This is the tutorial that I used to set up this app.

Requirements

  • npm version 6.11.3 or higher
  • node version v12.10.0 or higher
  • git version 2.23.0 this is for husky, and lower versions may be acceptable. Ff your version of git is too old, you'll get an error when running npm install

Getting started

  1. Clone the repo with git clone https://github.com/uvic-aero/dt-client.git
  2. Set your current directory to dt-client with cd dt-client
  3. Install node
  • OSX:
    • run brew update followed by
    • brew install node
  • Linux:
    • sudo apt update followed by
    • sudo apt install and finally,
    • verify your version is up to date with nodejs --version
  1. Install npm
  • OSX:
    • npm should already be installed, so just verify the version with npm --version
  • Linux:
    • sudo apt install npm
    • verify your version is up to date with npm --version
  1. Install dependencies for the react-electron application with npm install
  2. Start the electron-react desktop app npm start

dt-client's People

Contributors

avesk avatar dragonprevost avatar

Watchers

James Cloos 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.