Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 749 Bytes

File metadata and controls

27 lines (25 loc) · 749 Bytes

RT-Container-framework

A framework help to manage Real-Time Container in a distributed IoT system.

Before you start

This framework includes the monitor and migration executor for container migration, thus yoou need to prepare multiple devices as migration target before you install it.

Installation

The default installation can be through simple command:

make

Some other configuration options are:

RT-controller setup only

make rt-controller

Monitoring framework setup only

make monitor

Migration decision rules

We can accept customized migration decision rules through rules file. Then use the following command to install our framework by your own rules:

make custom-rule

Testing