Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Latest commit

 

History

History
56 lines (36 loc) · 1.53 KB

File metadata and controls

56 lines (36 loc) · 1.53 KB

Banner

FreeIOT

A lightweight, flexible and open-source Middleware Internet-Of-Thing Framework.

Documentation Build pypi license PRs Welcome

English Introduction

Features

  • ➿ A lightweight and reliable structure, suitable for the development of custom.
  • 💡 Based on Adapter design, strong scalability here.
  • 🔓 Open-source implementation,safe and controllable. Welcome join us.
  • 📝 Document is complete and easy to understand.(WIP)

Installation

FreeIOT require Python3.5+

Via Package Manager

 pip install libfreeiot

Build Setup

git clone https://github.com/noahziheng/freeiot.git
cd freeiot
python3 setup.py install --user # On *nix-like system
python setup.py install --user # On Windows system

Documentation

Documentation Here

Related Project

License

Copyright (C) 2018 Noah Gao <noahgaocn@gmail.com>

Licensed under the MIT License.
For more information see LICENSE.txt.