aestene / EIT-hub

A IoT hub for experimentation for Emerging IT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EIT-hub

A IoT hub for experimentation for Emerging IT.

Install dependencies

  1. Backend: npm install
  2. Devices: This project uses Python Poetry. It needs to be installed as shown in the link. No further knowledge of Poetry is needed. After Poetry has been installed, all other Python dependencies may be installed using poetry install.

Run Fake Shuttle Controller

The Fake Shuttle Controller is used to test features without being physically connected to the shuttle. To run everything on local machine, you need two terminals:

  1. The first terminal should be in the root directory of the project. npm start will start the server.
  2. The second terminal should be in the ./devices/Shuttle directory. To run the fake shuttle controller, use poetry run fake.
  3. The frontend can be accessed on http://localhost:3000/

About

A IoT hub for experimentation for Emerging IT.

License:MIT License


Languages

Language:TypeScript 43.4%Language:HTML 20.3%Language:JavaScript 19.3%Language:Python 13.4%Language:CSS 3.3%Language:Dockerfile 0.3%