Giter VIP home page Giter VIP logo

quinto's Introduction

Quinto

  1. Install Node:

For raspberry pi:

0. find out what arm version the cpu on your rasperry pi is with the command: cat /proc/cpuinfo

1. download node from nodejs.org. Go to other downloads and select the arm version that matches the info from the above step.

2. extract the downloaded file with: tar -xvf 

3. enter the extracted directory with: cd 

4. copy to usr/local with: sudo cp -R * /usr/local/

5. check if it has installed with: node -v

  it should return the version that you downloaded

5. (optional) remove the downloaded and extracted files with: rm -r

For windows:

1. download current (not LTS) node from nodejs.org. https://nodejs.org/en/download/

2. install node with default options
  1. setup project:

    1. open a terminal in the RPi-RTDS project folder

    2. install dependencies with: npm install

    3. set the public and local ip address in htmlRage->js->rageSocket.js

      var localAddress = "localhost:8080";

      var socket = io("192.168.1.xxx:8080"); // <- change this ip to the computers

    4. From the projct folder, run: node quintoServer.js

    5. Open a browser and go to localhost or the ip address of the computer. The web page should appear with a dialog box asking for a username

quinto's People

Contributors

animal35196 avatar spencermathias avatar dependabot[bot] 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.