Metadata-Version: 2.1
Name: miot
Version: 1.0.3.2
Summary: Modular Internet of Things, Core modules
Home-page: https://github.com/automation-itspeedway-net/miotcore.git
Author: Si Dunford
Author-email: dunford.sj+miot@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: paho-mqtt
Requires-Dist: configparser

# miot
Modular Internet of Things - Core modules

STATUS:  PRE-ALPHA  ** UNSTABLE DO NOT INSTALL **
VERSION: 1.0.3.2
    - WARNING - Unstable development version
    - Not feature complete
    - Under development
    - Not ready for internal testing

# INFORMATION

These are the core modules that are used by the miot suite of modules for the inter net of things which are designed to be a DIY home automation system where you choose which components you need.

This project should be installed using the 'miot' shell which is available [on github][https://github.com/automation-itspeedway-net/miot].

# PLATFORMS

    - Linix (Mint)  -   tbc
    - Linux (Other) -   Untested
    - Raspbarian    -   tbc
    - Windows       -   Currently Unsupported

# PREREQUISITES

    * [miot][https://github.com/automation-itspeedway-net/miot]
    * python 3
    * pip
    * git

# INSTALLATION

    Please install [miot][https://github.com/automation-itspeedway-net/miot] which will install this component during setup

## Using MIOT/SETUP:

    ~/miot/setup

## Manual method:

    cd ~/miot
    python3 -m venv venv
    . ./venv/bin/activate
    pip install --upgrade miot

# UPGRADE

    ~/miot/setup

# DEVELOPMENT LOG
DATE         VER         STATUS
15 MAR 2019  MIOT        0.0      Initial Outline
25 MAR 2019  MIOT CORE   0.1.1    PRE-ALPHA
26 MAR 2019  MIOT CORE   0.1.2    PRE-ALPHA
26 MAR 2019  MIOT CORE   0.1.3    PRE-ALPHA
27 MAR 2019  MIOT CORE   1.0.0    PRE-ALPHA
04 JUL 2020  MIOT CORE   1.0.1    PRE-ALPHA
11 JUL 2020  MIOT CORE   1.0.2    PRE-ALPHA
11 JUL 2020  MIOT CORE   1.0.3    PRE-ALPHA
12 JUL 2020  MIOT CORE   1.0.3.1  PRE-ALPHA



