{"id":29353669,"url":"https://github.com/frankplus/eclipsecon-demo","last_synced_at":"2025-07-24T21:04:37.307Z","repository":{"id":265488101,"uuid":"750396153","full_name":"frankplus/eclipsecon-demo","owner":"frankplus","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-30T15:12:58.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T16:10:08.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frankplus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-30T15:11:23.000Z","updated_at":"2024-01-30T15:13:04.000Z","dependencies_parsed_at":"2024-11-29T16:03:14.591Z","dependency_job_id":"8aaafc60-d07f-427f-9478-820a68f0bd16","html_url":"https://github.com/frankplus/eclipsecon-demo","commit_stats":null,"previous_names":["frankplus/eclipsecon-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frankplus/eclipsecon-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankplus%2Feclipsecon-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankplus%2Feclipsecon-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankplus%2Feclipsecon-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankplus%2Feclipsecon-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frankplus","download_url":"https://codeload.github.com/frankplus/eclipsecon-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankplus%2Feclipsecon-demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264379202,"owners_count":23598823,"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-07-09T02:08:30.042Z","updated_at":"2025-07-09T02:08:33.009Z","avatar_url":"https://github.com/frankplus.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eclipsecon-demo\n\n## Kanto integration\nIn order to add kanto integration for the blueprint. First of all, add [meta-kanto layer](https://github.com/eclipse-kanto/meta-kanto).\nThen, add the following recipes to the blueprint image:\n```\nADD_KANTO = \" \\\n    system-metrics \\\n    suite-connector \\\n    software-update \\\n    update-manager \\\n    file-upload \\\n    file-backup \\\n\"\n\nIMAGE_INSTALL:append = \" \\\n    ${ADD_KANTO} \\\n\"\n```\n\nAdd provisioning.json file in `meta-kanto/recipes-connectivity/suite-connector/files/`\nand include it in the SRC_URI\n```\n--- a/recipes-connectivity/suite-connector/suite-connector_git.bb\n+++ b/recipes-connectivity/suite-connector/suite-connector_git.bb\n@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = \"file://src/${GO_IMPORT}/LICENSE;md5=54cd967551e55d39f55006d3\n SRC_URI = \"git://github.com/eclipse-kanto/suite-connector;protocol=https;branch=main \\\n            file://config.json \\\n            file://service.template \\\n+           file://provisioning.json \\\n            \"\n \n SRCREV = \"${AUTOREV}\"\n```\n\n### Note\nThe file system needs to be read-write:\n- in the local.conf set `ROOT_FSTYPE = \"ext4\"`\n- after the raspberry pi has booted run \n```\nmount -o remount,rw /dev/mmcblk0p2 /\n```\n\n\n\n## Send software update from bosch IoT suite\n![bosch IoT suite send message for software update](images/bosch-iot-suite-send-message.png)\n- Open the [devices](https://console.bosch-iot-suite.com/devices) panel and \nselect the edge device.\n- Send a message with subject \"install\" and choose a message content from below.\n- Select \"Feature\" and pick `SoftwareUpdatable` as feature.\n\nFor green robot face:\n```\n{\n  \"softwareModules\": [\n    {\n      \"softwareModule\": {\n        \"name\": \"robot-face-update\",\n        \"version\": \"1.0.0\"\n      },\n      \"artifacts\": [\n        {\n          \"checksums\": {\n            \"SHA256\": \"98f5d39eaae23be5226c891ae41fade8f13af42b601ddfeb5812a14024b703c5\"\n          },\n          \"download\": {\n            \"HTTPS\": {\n              \"url\": \"https://git.ostc-eu.org/francesco.pham/eclipsecon-demo/-/raw/main/robot_face_update_green.sh\"\n            }\n          },\n          \"filename\": \"install.sh\",\n          \"size\": 180\n        }\n      ]\n    }\n  ]\n}\n```\n\nFor orange robot face:\n```\n{\n  \"softwareModules\": [\n    {\n      \"softwareModule\": {\n        \"name\": \"robot-face-update\",\n        \"version\": \"1.0.0\"\n      },\n      \"artifacts\": [\n        {\n          \"checksums\": {\n            \"SHA256\": \"07485454b2dff9c1bef1d2a319fa977908fbafed3c50f1f1bc38a622e30fbf25\"\n          },\n          \"download\": {\n            \"HTTPS\": {\n              \"url\": \"https://git.ostc-eu.org/francesco.pham/eclipsecon-demo/-/raw/main/robot_face_update_orange.sh\"\n            }\n          },\n          \"filename\": \"install.sh\",\n          \"size\": 180\n        }\n      ]\n    }\n  ]\n}\n```\n\nFor purple robot face:\n```\n{\n  \"softwareModules\": [\n    {\n      \"softwareModule\": {\n        \"name\": \"robot-face-update\",\n        \"version\": \"1.0.0\"\n      },\n      \"artifacts\": [\n        {\n          \"checksums\": {\n            \"SHA256\": \"2d4b27ec7fe404f2d3ab80b7ad05452459c45af3c3c2176b7f8f988eb0fce0e6\"\n          },\n          \"download\": {\n            \"HTTPS\": {\n              \"url\": \"https://git.ostc-eu.org/francesco.pham/eclipsecon-demo/-/raw/main/robot_face_update_purple.sh\"\n            }\n          },\n          \"filename\": \"install.sh\",\n          \"size\": 180\n        }\n      ]\n    }\n  ]\n}\n```\n\nFor white robot face:\n```\n{\n  \"softwareModules\": [\n    {\n      \"softwareModule\": {\n        \"name\": \"robot-face-update\",\n        \"version\": \"1.0.0\"\n      },\n      \"artifacts\": [\n        {\n          \"checksums\": {\n            \"SHA256\": \"00d4ae772ef6086e5fa3ec7cfb2ebc1028c4977679cff5f580fcc2164b7f337a\"\n          },\n          \"download\": {\n            \"HTTPS\": {\n              \"url\": \"https://git.ostc-eu.org/francesco.pham/eclipsecon-demo/-/raw/main/robot_face_update_white.sh\"\n            }\n          },\n          \"filename\": \"install.sh\",\n          \"size\": 180\n        }\n      ]\n    }\n  ]\n}\n```\n\nFor blue robot face:\n```\n{\n  \"softwareModules\": [\n    {\n      \"softwareModule\": {\n        \"name\": \"robot-face-update\",\n        \"version\": \"1.0.0\"\n      },\n      \"artifacts\": [\n        {\n          \"checksums\": {\n            \"SHA256\": \"277c3d6edc1e07685fb6458ed1be975204a136ccda4185d0635d871990a2a24d\"\n          },\n          \"download\": {\n            \"HTTPS\": {\n              \"url\": \"https://git.ostc-eu.org/francesco.pham/eclipsecon-demo/-/raw/main/robot_face_update_blue.sh\"\n            }\n          },\n          \"filename\": \"install.sh\",\n          \"size\": 180\n        }\n      ]\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrankplus%2Feclipsecon-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrankplus%2Feclipsecon-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrankplus%2Feclipsecon-demo/lists"}