Getting Started

Basics

MUSCLE is built up with the following parts:

  • The backend REST API implemented with Flask

  • The web interface implemented with Vue.js

  • Multiple device nodes to be implemented by you based on a skeleton also implemented with Flask

Installing the Application

We recommend to setup the backend and web application in a first step, so you can test the devices while implementing them.

Start with this section to install and setup the web application.

Implementing the Devices

In a second step the devices can be implemented. Read here for a detailed description.