{"id":29842961,"url":"https://github.com/pelioniot/edge-resource-manager","last_synced_at":"2025-07-29T15:41:25.539Z","repository":{"id":208634780,"uuid":"693039205","full_name":"PelionIoT/edge-resource-manager","owner":"PelionIoT","description":"Izuma Edge Resource Manager","archived":false,"fork":false,"pushed_at":"2024-12-17T10:10:53.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-22T07:56:10.459Z","etag":null,"topics":["edge","edge-computing"],"latest_commit_sha":null,"homepage":"https://www.izumanetworks.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PelionIoT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.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}},"created_at":"2023-09-18T08:17:14.000Z","updated_at":"2024-12-17T10:10:53.000Z","dependencies_parsed_at":"2023-12-20T14:17:47.283Z","dependency_job_id":"cae08453-743c-4bfe-baf3-d3d555500800","html_url":"https://github.com/PelionIoT/edge-resource-manager","commit_stats":null,"previous_names":["pelioniot/edge-resource-manager"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/PelionIoT/edge-resource-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PelionIoT%2Fedge-resource-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PelionIoT%2Fedge-resource-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PelionIoT%2Fedge-resource-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PelionIoT%2Fedge-resource-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PelionIoT","download_url":"https://codeload.github.com/PelionIoT/edge-resource-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PelionIoT%2Fedge-resource-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267710118,"owners_count":24131935,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","edge-computing"],"created_at":"2025-07-29T15:41:21.520Z","updated_at":"2025-07-29T15:41:25.527Z","avatar_url":"https://github.com/PelionIoT.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Edge Resource Manager\n\nThe Edge Resource Manager adds LwM2M resources to an Edge device at runtime.\n\nIt achieves this by communicating to edge-core using the gateway resource manager REST API.\n\nThe API is detailed in [grm-json-rpc](https://developer.izumanetworks.com/docs/device-management-edge/latest/managing/grm-json-rpc.html)\n\n## Configuration\n\nThe edge-resource manager takes a configuration file as its input that describes the resources that are to be added to edge-core.\n\nThe file [`izuma-base-config.yaml`](izuma-base-config.yaml) provides an example of this configuration file. It is expected that each use case of edge-resource-manager provides their own implementation of the configuration file.\n\nThe configuration file contains information about how to connect to edge-core and the LwM2M resources than should be added.\n\nThe **name** and **enable** fields of each LwM2M resource are read only resources. They cannot be changed at runtime.\n\n## Execution\n\nThe edge-resource-manager should be started as a systemd service on the gateway.\n\nA typical service file is shown below:\n\n```\n[Unit]\nDescription=edge-resource-manager: Adds gateway capability resources.\nRequires=edge-proxy.service\nAfter=edge-proxy.service\n\n[Service]\nRestart=always\nRestartSec=5s\nExecStart=/usr/bin/edge-resource-manager -config /etc/edge/izuma-base-config.yaml\nStandardOutput=journal\nStandardError=journal\n\n[Install]\nWantedBy=multi-user.target\n```\n\n## Yocto recipe\n\nThere is a Yocto recipe available in [meta-edge/recipes-edge/edge-resource-manager](https://github.com/PelionIoT/meta-edge/tree/main/recipes-edge/edge-resource-manager).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpelioniot%2Fedge-resource-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpelioniot%2Fedge-resource-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpelioniot%2Fedge-resource-manager/lists"}