Getting Started
Server
Devices
Requirements
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
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.
In a second step the devices can be implemented. Read here for a detailed description.