{"id":37175849,"url":"https://github.com/freeioe/freeioe","last_synced_at":"2026-01-14T20:31:37.803Z","repository":{"id":64442557,"uuid":"95960946","full_name":"freeioe/freeioe","owner":"freeioe","description":"An edge-computing framework for Industrial Internet of Things  开源的边缘计算网关框架.  讨论群: 291292378","archived":false,"fork":false,"pushed_at":"2025-11-11T08:07:42.000Z","size":13924,"stargazers_count":124,"open_issues_count":4,"forks_count":27,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-11-11T10:06:30.051Z","etag":null,"topics":["edge-computing","freeioe","gateway","gateway-device","internet-of-things","iot-gateway","lua","mqtt","raspberry-pi","scada","skynet"],"latest_commit_sha":null,"homepage":"https://support.qq.com/products/418301","language":"Lua","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/freeioe.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-01T11:44:18.000Z","updated_at":"2025-11-11T08:07:48.000Z","dependencies_parsed_at":"2024-02-21T10:47:04.553Z","dependency_job_id":"8b13393d-2690-4b19-9967-ffbd128dbfc5","html_url":"https://github.com/freeioe/freeioe","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/freeioe/freeioe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeioe%2Ffreeioe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeioe%2Ffreeioe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeioe%2Ffreeioe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeioe%2Ffreeioe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freeioe","download_url":"https://codeload.github.com/freeioe/freeioe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeioe%2Ffreeioe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["edge-computing","freeioe","gateway","gateway-device","internet-of-things","iot-gateway","lua","mqtt","raspberry-pi","scada","skynet"],"created_at":"2026-01-14T20:31:37.171Z","updated_at":"2026-01-14T20:31:37.787Z","avatar_url":"https://github.com/freeioe.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# FreeIOE\n\n**[FreeIOE](http://freeioe.org)** is an open source edge-computing framework for Industrial Internet of Things. [Chinese|中文](/README_CN.md)\n\n## How To Use\n\n* [FreeIOE wiki](http://wiki.freeioe.org)\n* [FreeIOE Cloud](https://wiki.freeioe.org/cloud/index)\n\n## App Development\n\n### Documents\n\n* [FreeIOE Application Development Book](https://freeioe.gitbook.io/doc/)\n\n### Examples\n\n* [Example Applications](https://github.com/freeioe/freeioe_example_apps)\n  * Modbus application (Master/Slave)\n  * OpcUA applications (Server/Client)\n  * Fanuc Focas CNC device data collection via ubus broker\n  * DLT645 device data collection application\n  * Aliyun/Huawei/Baidu/Citic/Inspur/Telit/WeLink IOT Cloud connector\n  * Socat/Frpc utils control applications\n  * Device network configuration collection application (based on uci)\n  * EtherNet/IP CIP protocol based PLC\n  * Melsec protocol based PLC\n  * AB-PLC based on libplctag\n  * Omron PLC based on hostlink protocol\n  * Time-series database writer\n\n* [Example Applications #2](https://github.com/viccom/myfreeioe_apps)\n  * Modbus device data collection application with device template support\n  * Huawei UPS2000 data collection application (based on modbus)\n  * Huawei UPS2000 data to redis application\n  * Multiple gateway route management (auto switch ethernet and 4G link)\n  * Gateway network information collect application\n  * Network/Serial remote mapping application\n  * Semens S7 PLC connector (based on snap7 library)\n  * Device remote connect applications (Serial \u0026 Network)\n  * MQTT data upload application demo\n  * Huaray laser 355 device connector\n\n## Build and Use on Linux\n\n1. Checkout [Skynet](https://github.com/freeioe/skynet) repo, and build it with ```make linux```\n2. Checkout FreeIOE repo, and create an soft link (ioe) in Skynet repo folder\n3. Goto FreeIOE repo, run ```./scripts/feeds update -a```\n4. Goto Skynet repo, run ```./skynet ioe/config``` to start FreeIOE\n\n## Core Development\n\nFreeIOE is based on [Skynet](https://github.com/cloudwu/skynet) framework.\n\n\u003e More information can be found in its [wiki](https://github.com/cloudwu/skynet/wiki)\n\u003e FreeIOE works with on [skynet](https://github.com/freeioe/skynet) with a few more lua C modules\n\n## Report Issues\n\nPlease use [issue list](https://github.com/freeioe/freeioe/issues).\n\n## Where To Buy\n\n* [Hardwares](https://wiki.freeioe.org/hardwares/start)\n\n## Known Issue\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreeioe%2Ffreeioe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreeioe%2Ffreeioe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreeioe%2Ffreeioe/lists"}