All Projects → noahziheng → freeiot

noahziheng / freeiot

Licence: MIT license
A free, open-source Internet-Of-Thing Middleware Framework.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to freeiot

vscp
VSCP (Very Simple Control Protocol) IoT/m2m framework
Stars: ✭ 47 (+147.37%)
Mutual labels:  iot-framework
eva3
Industrial/Enterprise and home IoT automation platform
Stars: ✭ 27 (+42.11%)
Mutual labels:  iot-framework
solidity-unfolder
A Python package to flatten Solidity code with imports into a single file
Stars: ✭ 19 (+0%)
Mutual labels:  pypi-packages
RTLion
Multipurpose RTL-SDR Framework for RTL2832 based DVB-T receivers
Stars: ✭ 88 (+363.16%)
Mutual labels:  iot-framework
whitefield
Whitefield provides a simulation environment for wireless sensor networks by combining RF simulation provided by NS3 and network stack provided by popular IoT OSes such as Contiki/RIOT/OpenThread.
Stars: ✭ 70 (+268.42%)
Mutual labels:  iot-framework
Neon.HomeControl
Home Automation System, similar to HomeAssistant but made with .net core and ❤️
Stars: ✭ 46 (+142.11%)
Mutual labels:  iot-framework
IoT-Modelling-Tool
IoT Modelling Tool is a platform which allows users to have their own devices and components modeled in order to represent and manage a physical environment.
Stars: ✭ 16 (-15.79%)
Mutual labels:  iot-framework
pypi-command-line
A powerful, colorful, beautiful command-line-interface for pypi.org
Stars: ✭ 32 (+68.42%)
Mutual labels:  pypi-packages
StressThing
a software testing platform to perform stress test on web of things
Stars: ✭ 12 (-36.84%)
Mutual labels:  iot-framework
is wordpress
A python package to detect if a website is based on wordpress :)
Stars: ✭ 16 (-15.79%)
Mutual labels:  pypi-packages
QSimpleScada
Qt based simple SCADA framework, with dashboard, static and dynamic components
Stars: ✭ 152 (+700%)
Mutual labels:  iot-framework
thinkimf
thinkimf 一个基于PHP7的创新互联网框架,驱动物联网,智联网,职业规划 hinkIMF ,PHP IOT FRAMEWORK
Stars: ✭ 29 (+52.63%)
Mutual labels:  iot-framework
koolsla
Food recommendation tool with Machine learning.
Stars: ✭ 21 (+10.53%)
Mutual labels:  pypi-packages
Neon
Similar to 🏡 HomeAssistant and OpenHAB, but made with .net core and ❤️ in Florence, Italy
Stars: ✭ 32 (+68.42%)
Mutual labels:  iot-framework
MQTTnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 3,309 (+17315.79%)
Mutual labels:  iot-framework
wotcity-wot-framework
wotcity.io: the Web of Things programming framework
Stars: ✭ 17 (-10.53%)
Mutual labels:  iot-framework
Mqttnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 2,486 (+12984.21%)
Mutual labels:  iot-framework
Grow-IoT
Software packages for smart growing environments.
Stars: ✭ 24 (+26.32%)
Mutual labels:  iot-framework
caipyra
import caipyra module code
Stars: ✭ 25 (+31.58%)
Mutual labels:  pypi-packages
theCore
theCore: C++ embedded framework
Stars: ✭ 76 (+300%)
Mutual labels:  iot-framework

Banner

FreeIOT

一个轻巧灵活的开源物联网中间件框架

Documentation Build pypi license PRs Welcome

English Introduction

特点

  • 结构轻巧可靠,开发定制轻松
  • 💡 Adapter 设计,可扩展性强
  • 🔓 开源实现,安全可控(欢迎加入开发)
  • 📝 文档齐全,简明易懂(WIP)

安装

FreeIOT 使用 Python3 开发,您应在安装 FreeIOT 之前先行安装 Python3.5 以上版本。

通过包管理器安装

 pip3 install libfreeiot # *nix 类系统使用
 pip install libfreeiot # Windows 系统使用

构建安装

git clone https://github.com/noahziheng/freeiot.git
cd freeiot
python3 setup.py install --user # *nix 类系统使用
python setup.py install --user # Windows 系统使用

文档

点击进入文档中心

与 FreeIOT v1 关系

FreeIOT v1 是全端支持的物联网开放平台,本人于 2016 年进行开发运营,基于 Node 生态构建服务端,并有设备侧支持方案及服务侧客户端。

特点是以模块为描述设备的基本原子,现已停止支持和营运。

库中 backup/v1 分支存放有 FreeIOT v1 的全部源代码及 Markdown 文档。

现 FreeIOT 项目参照了 v1 分支的部分思想,但已改采用 Python 实现,实为 Adapter 形式的中间件框架,与 v1 分支并无实质关联。

相关项目

捐助

支付宝:[email protected] (*梓恒)

如果我的工作对您有所帮助,欢迎您对本项目进行捐助。

开源授权

Copyright (C) 2018 Noah Gao <[email protected]>

Licensed under the MIT License.
For more information see LICENSE.txt.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].