{"id":18871543,"url":"https://github.com/newlifex/zeroiot","last_synced_at":"2025-04-14T15:32:11.537Z","repository":{"id":168438130,"uuid":"643085713","full_name":"NewLifeX/ZeroIoT","owner":"NewLifeX","description":"轻量级IoT解决方案，IoT网关通过HTTP/MQTT接入IoT平台，提供数据采集和远程控制功能。IoT平台仅包含必要接口，架构简单清晰，面向小型物联网项目。","archived":false,"fork":false,"pushed_at":"2025-02-26T13:49:20.000Z","size":1764,"stargazers_count":9,"open_issues_count":0,"forks_count":7,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-28T04:41:36.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NewLifeX.png","metadata":{"files":{"readme":"Readme.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-20T04:10:23.000Z","updated_at":"2025-02-26T13:49:23.000Z","dependencies_parsed_at":"2024-11-08T05:27:18.927Z","dependency_job_id":"4586f31f-1393-40a7-86d9-225eac3503de","html_url":"https://github.com/NewLifeX/ZeroIoT","commit_stats":null,"previous_names":["newlifex/zeroiot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FZeroIoT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FZeroIoT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FZeroIoT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewLifeX%2FZeroIoT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NewLifeX","download_url":"https://codeload.github.com/NewLifeX/ZeroIoT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248906617,"owners_count":21181194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T05:26:21.204Z","updated_at":"2025-04-14T15:32:06.528Z","avatar_url":"https://github.com/NewLifeX.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# 轻量级IoT解决方案 ZeroIoT\n轻量级IoT解决方案，物联网领域的零代项目模版。  \nIoT网关通过HTTP/MQTT接入IoT平台，提供数据采集和远程控制功能。  \nIoT平台仅包含必要接口，架构简单清晰，面向小型物联网项目。  \n中大型项目，推荐商用版FIoT平台。  \n\n演示地址：http://iot.feifan.link  \n\n## 客户端网关\nIoTEdge，是轻量级物联网网关，运行在远端设备附近的工控机（A2/A4）上。  \n南向对接各种电子电气设备，或者传感器，支持NewLife.IoT生态的所有物联网驱动协议。  \n北向通过HTTP/MQTT接入IoT平台，提供数据采集和远程控制功能。  \n\n## 服务端平台\nIoTZero，是轻量级物联网平台，运行在云端服务器上。  \n平台提供设备鉴权、数据上报和指令下发等接口。  \n平台暂存设备数据，提供数据查询和数据分析功能。  \n平台提供向外推送数据的能力。  \n\n---\n# 菲凡物联网平台\n物联网平台为各种设备提供快速接入能力，支持Https/WebSocket/MQTT等多种标准协议以及自定义协议，提供设备管理、安全通信、规则引擎和消息下发等功能。  \n向下支持连接海量设备，采集设备数据上云；向上提供开放API，应用端可通过调用开放API将指令消息下发至设备端，实现远程控制。  \n菲凡物联网平台分为轻量级`ZeroIoT`与完整版`FIoT`，两者接口保持高度一致，即前者客户端可对接后者平台服务端，完全共用设备驱动。  \n\n\n## 免费版\n轻量级物联网平台`ZeroIoT`，支持数据采集上报及远程控制，可作为自定义物联网平台脚手架，为特定设备定制专属物联网平台。  \n\n## 青春版\n轻量级物联网平台`ZeroIoT`的完整实现，增加MQTT接入、事件报警和数据队列等功能。  \n\n## 标准版\n标准版包括`FIoT`平台全部源代码以及文档资料，一年内更新，仅可用于一个项目。  \n标准版是\u003cfont color=red\u003e开发物联网项目\u003c/font\u003e的最佳授权方式。  \n\n## 旗舰版\n旗舰版包括`FIoT`平台全部源代码以及文档资料，三年内更新，没有项目个数限制。  \n旗舰版是\u003cfont color=red\u003e开发物联网产品\u003c/font\u003e的授权方式，我们将针对客户需求提供整套解决方案，包括应用架构、集群部署、监控平台、大数据分析和单点登录等外围配套，提供必要技术支持，帮助客户研发形成自己的物联网平台产品。  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewlifex%2Fzeroiot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewlifex%2Fzeroiot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewlifex%2Fzeroiot/lists"}