Git Product home page Git Product logo

factory-of-the-future's Introduction

factory-of-the-future

Introduction

This project was developed for the 2MAE501: Architecture and Programming course of ISAE-SUPAERO's Embedded Systems Major. It consists of factories, a dashboard and a machine learning module, each running on a different raspberrypi.

Setting up on a raspberry

SSH into the raspberry and run the following:

git clone https://github.com/guipenedo/factory-of-the-future.git
cd factory-of-the-future
sudo apt-get update
sudo apt-get install -y cmake gnuplot-x11 libcanberra-gtk-module libcanberra-gtk3-module libgsl-dev
cmake .

These commands will download the code, install and run cmake (which will then create our makefile).

Applying updates

When there is an update to the repository code, you can simply run the following commands:

git pull
cmake .

Running the dashboard

Before running the dashboard make sure you find its ipv4 IP address by running ifconfig. Afterwards, simply do:

make dashboard
./dashboard

Running a factory

You will need the dashboard IP to run a factory (the dashboard should be started before the factories):

make factory
./factory [dashboard ip address]

Running the ML Module

You will need the dashboard IP to run a factory (the dashboard should be started before the factories):

make ml
./ml [dashboard ip address]

factory-of-the-future's People

Contributors

ferjasso avatar guipenedo avatar maansach avatar

Watchers

 avatar  avatar  avatar

Forkers

ferjasso maansach

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.