{"id":25777302,"url":"https://github.com/eclipse-iofog/Agent","last_synced_at":"2025-02-27T06:07:28.628Z","repository":{"id":30897847,"uuid":"126316912","full_name":"eclipse-iofog/Agent","owner":"eclipse-iofog","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-05T10:11:03.000Z","size":388754,"stargazers_count":272,"open_issues_count":5,"forks_count":34,"subscribers_count":23,"default_branch":"develop","last_synced_at":"2024-02-05T11:23:44.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eclipse-iofog.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING","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}},"created_at":"2018-03-22T10:14:40.000Z","updated_at":"2023-11-09T06:38:41.000Z","dependencies_parsed_at":"2022-08-09T08:36:37.334Z","dependency_job_id":"a6c60c94-9d31-453c-8d98-175f66b8fe1b","html_url":"https://github.com/eclipse-iofog/Agent","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-iofog%2FAgent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-iofog%2FAgent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-iofog%2FAgent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-iofog%2FAgent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-iofog","download_url":"https://codeload.github.com/eclipse-iofog/Agent/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240987436,"owners_count":19889335,"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":"2025-02-27T06:01:40.431Z","updated_at":"2025-02-27T06:07:28.623Z","avatar_url":"https://github.com/eclipse-iofog.png","language":"Java","funding_links":[],"categories":["云计算"],"sub_categories":[],"readme":"# The ioFog Agent product\n\nImagine a world where you can choose self-contained pieces of code (called microservices) and make them run anywhere you want at the push of a button. Where you can remotely control the code that is running on twenty iPhones in workers' pockets, thirty servers running in a factory building, and ten computers running in the trucks that ship your products... and you can do it all with the same single technology. Imagine a world where you move the processing close to where the data is happening, and where you can finally separate streams of information from the end applications that use them. This world will be brought to life by iofog, and a big part of the vision is the ioFog product that runs on the various computers.\n\nThis repository is the production code base for the x86 Linux version of the ioFog product.\n\nioFog is a service that runs constantly in the background on a Linux machine. It is the agent that turns a Linux computer into a piece of the iofog I/O compute fog.\n\nThere should be an ioFog code base for every processing platform that becomes part of the I/O compute fog. Network connectivity, process invocation, thread management, and other details of an ioFog will vary from platform to platform. The same ioFog principles apply to every version, but the implementation of the principles should match the native languages and structures best suited for the platform.\n\n### Status\n\n![](https://img.shields.io/github/release/iofog/agent.svg?style=flat)\n[![Build Status](https://travis-ci.org/ioFog/Agent.svg)](https://travis-ci.org/ioFog/Agent)\n\n![](https://img.shields.io/github/repo-size/iofog/agent.svg?style=flat)\n![](https://img.shields.io/github/last-commit/iofog/agent.svg?style=flat)\n![](https://img.shields.io/github/contributors/iofog/agent.svg?style=flat)\n![](https://img.shields.io/github/issues/iofog/agent.svg?style=flat)\n\n![Supports amd64 Architecture][amd64-shield]\n![Supports aarch64 Architecture][arm64-shield]\n![Supports armhf Architecture][arm-shield]\n\n[arm64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[arm-shield]: https://img.shields.io/badge/armhf-yes-green.svg\n\n### Principles of an ioFog Agent:\n\n* Never go down\n* Respond immediately to the fog controller\n* Operate flawlessly when offline\n* Report status frequently and reliably\n* Execute instructions with no understanding of the bigger picture\n* Provide a high-performance message bus and local API\n* Enforce the configured resource consumption constraints strictly\n* Allow the most flexible and powerful processing element model possible\n* Be able to instantiate processing elements from any available source\n* Be able to communicate with any reachable fog controller\n* Allow processing elements to implement security and connectivity as they would natively\n* Ensure that complying with the local API is the only requirement placed on a processing element\n* Only shutdown or restart processing elements when requested or when absolutely necessary\n* Run only processing elements with verified source and integrity\n* Never allow a message to reach unauthorized processing elements\n* Only allow messages of the proper registered type to reach processing elements\n* Guarantee message source and order\n\n\nSee the docs folder in this repository for architecture, project microculture, engineering philosophy, functional specifications, and more.\n\n**ioFog Agent Setup**\n\nThe entire ioFog platform is best deployed through the unified CLI: `iofogctl`.\n\nGo to [iofog.org](https://iofog.org/docs/) to learn how to deploy the ioFog Control Plane and Agents.\n\n**Usage**\n\n1.\u0026ensp;To view help menu\n\n        sudo iofog-agent help\n\n2.\u0026ensp;To view current status\n\n        sudo iofog-agent status   \n\n3.\u0026ensp;To view version and license\n\n        sudo iofog-agent version\n        \n4.\u0026ensp;To view current configuration\n\n        sudo iofog-agent info\n        \n5.\u0026ensp;Provision iofog for use\n\n        sudo iofog-agent provision ABCDWXYZ\n\n**Logs**\n- Log files are located at '/var/log/iofog-agent'\n\n**System Requirements (Recommended)**\n- Processor: 64 bit Dual Core or better\n- RAM: 1 GB minimum\n- Hard Disk: 5 GB minimum\n- Java Runtime (JRE) 8 or higher\n- Docker 1.10 or higher\n- Linux kernel 3.10 or higher\n\n**Platforms Supported (Ubuntu Linux)**\n- 14.04 - Trusty Tahr\n- 16.04 - Xenial Xerus\n\n\n\u0026ensp;- ioFog Agent Update:\n\n        sudo service iofog-agent stop       \n        sudo apt-get install --only-upgrade iofog-agent\n        sudo service iofog-agent start\n        or\n        sudo service iofog-agent stop\n        sudo apt-get install --only-upgrade iofog-agent-dev (developer's version)\n        sudo service iofog-agent stop        \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-iofog%2FAgent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-iofog%2FAgent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-iofog%2FAgent/lists"}