{"id":28492880,"url":"https://github.com/sonysemiconductorsolutions/edge-virtualization-platform","last_synced_at":"2025-10-27T05:09:59.036Z","repository":{"id":279208281,"uuid":"922809547","full_name":"SonySemiconductorSolutions/edge-virtualization-platform","owner":"SonySemiconductorSolutions","description":"Edge Virtualization Platform","archived":false,"fork":false,"pushed_at":"2025-09-17T10:19:45.000Z","size":893,"stargazers_count":25,"open_issues_count":2,"forks_count":3,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-17T12:29:05.726Z","etag":null,"topics":["edge-ai","edge-computing","embedded-c","iot-platform"],"latest_commit_sha":null,"homepage":"","language":"C","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/SonySemiconductorSolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2025-01-27T05:29:41.000Z","updated_at":"2025-08-26T14:36:15.000Z","dependencies_parsed_at":"2025-09-17T12:09:12.881Z","dependency_job_id":"fbcb2b49-a84b-4d48-8d6a-d3c43db55336","html_url":"https://github.com/SonySemiconductorSolutions/edge-virtualization-platform","commit_stats":null,"previous_names":["sonysemiconductorsolutions/edge-virtualization-platform"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/SonySemiconductorSolutions/edge-virtualization-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SonySemiconductorSolutions%2Fedge-virtualization-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SonySemiconductorSolutions%2Fedge-virtualization-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SonySemiconductorSolutions%2Fedge-virtualization-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SonySemiconductorSolutions%2Fedge-virtualization-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SonySemiconductorSolutions","download_url":"https://codeload.github.com/SonySemiconductorSolutions/edge-virtualization-platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SonySemiconductorSolutions%2Fedge-virtualization-platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281216687,"owners_count":26463033,"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-10-27T02:00:05.855Z","response_time":61,"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-ai","edge-computing","embedded-c","iot-platform"],"created_at":"2025-06-08T08:31:57.399Z","updated_at":"2025-10-27T05:09:59.031Z","avatar_url":"https://github.com/SonySemiconductorSolutions.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2023-2024 Sony Semiconductor Solutions Corporation\n\nSPDX-License-Identifier: Apache-2.0\n--\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# Edge Virtualization Platform\n\nA workload agent designed for Edge Computing.\n\n\u003c/div\u003e\n\n## Introduction\n\nThe *EVP Agent* is a reliable and efficient solution for Edge Sensing application management, capable of improving the security, reliability, and scalability of IoT solutions.\n\n## Getting started on Raspberry Pi\n\n### Download\n\nDownload the .deb packages from the [latest release](https://github.com/SonySemiconductorSolutions/edge-virtualization-platform/releases).\n\n### Documentation\n\nLatest documentation can be found on the [Edge Virtualization Platform documentation](https://evp-agent.docs.midokura.com/)\n\n### Install\n\nInstall them on the Raspi OS with:\n\n```sh\nsudo apt install ./python3-evp-app_*.deb\nsudo apt install ./evp-agent-*.deb\n```\n\n### Configure\n\nIf you are running local console on the Raspberry Pi, this step is not necesary, otherwise, you need to set up the IP address of\nthe computer running Local Console. Please check Local Console documentation for more information on how to set it up.\n\n```sh\nvi /lib/systemd/system/evp-agent.service\n```\n\nFind the following line and replace `localhost` with the address of the server where Local Console is reachable:\n\n```\nEnvironment=EVP_MQTT_HOST=localhost\n```\n\nYou might need to update the port also:\n\n```\nEnvironment=EVP_MQTT_PORT=1883\n```\n\n### Start the service\n\nEnable the evp-agent service to start automatically on system boot and also start it now:\n\n```sh\nsystemctl enable --now evp-agent\n```\n\nor if you prefer just start it now:\n\n```sh\nsystemctl start evp-agent\n```\n\nAnd after a few seconds, the agent should be connected to the Local Console MQTT broker.\n\n### Read logs\n\nYou can see the logs of the evp-agent with:\n\n```sh\njournalctl -fu evp-agent\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonysemiconductorsolutions%2Fedge-virtualization-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonysemiconductorsolutions%2Fedge-virtualization-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonysemiconductorsolutions%2Fedge-virtualization-platform/lists"}