{"id":15723494,"url":"https://github.com/ctron/ece2019-iot-playground","last_synced_at":"2025-05-13T04:36:20.731Z","repository":{"id":140052757,"uuid":"203406109","full_name":"ctron/ece2019-iot-playground","owner":"ctron","description":"Playing around with IoT @ EclipseCon Europe 2019","archived":false,"fork":false,"pushed_at":"2020-04-27T14:48:07.000Z","size":56,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T06:28:39.140Z","etag":null,"topics":["eclipse","eclipsecon","enmasse","hono","iot","kafka","strimzi"],"latest_commit_sha":null,"homepage":"","language":null,"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/ctron.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":"2019-08-20T15:41:50.000Z","updated_at":"2022-02-17T13:26:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd56837c-25dc-46a3-91a2-5119c7aada27","html_url":"https://github.com/ctron/ece2019-iot-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fece2019-iot-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fece2019-iot-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fece2019-iot-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fece2019-iot-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctron","download_url":"https://codeload.github.com/ctron/ece2019-iot-playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253877362,"owners_count":21977634,"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":["eclipse","eclipsecon","enmasse","hono","iot","kafka","strimzi"],"created_at":"2024-10-03T22:11:53.512Z","updated_at":"2025-05-13T04:36:20.711Z","avatar_url":"https://github.com/ctron.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# IoT Playground – EclipseCon Europe 2019\n\nThis repository contains the cloud side deployment we for the AMQ Online IoT\nsetup at EclipseCon Europe 2019.\n\n\u003cimg src=\"/images/overview.svg\" width=\"100%\" alt=\"Overview\"\u003e\n\n## Installation\n\nBefore deploying the configuration in this repository, you need to install either\n[AMQ Online](https://access.redhat.com/documentation/en-us/red_hat_amq/7.5/html-single/installing_and_managing_amq_online_on_openshift/index#installing-messaging) and [AMQ Streams](https://access.redhat.com/documentation/en-us/red_hat_amq/7.5/html/using_amq_streams_on_openshift/index), or [EnMasse](https://enmasse.io/) and [Strimzi](https://strimzi.io/). You will also need to [configure\nthe IoT infrastructure](https://access.redhat.com/documentation/en-us/red_hat_amq/7.5/html/evaluating_amq_online_on_openshift/assembly-iot-messaging-iot) of AMQ Online.\n\n**Note:** It is not possible to directly deploy the YAML files. Some of the files\n          need to be updated with the proper passwords. File which need to be updated\n          have the suffix `.in`. If you fill in the information, and rename them to `.yaml`,\n          then you can simply do `oc apply -f deploy`.\n\n## Things Network gateway\n\nRegister the gateway and set credentials:\n\n    hat device create ttn-gateway\n    hat cred set-password ttn-gateway gateway \u003cpassword\u003e\n\n## Things Network integration\n\nCreate a new \"integration\" for your Things Network account:\n\n\u003cdl\u003e\n\n\u003cdt\u003eType\u003c/dt\u003e\u003cdd\u003eHTTP\u003c/dd\u003e\n\n\u003cdt\u003eURL\u003c/dt\u003e\n\n\u003cdd\u003e\n\n    https://iot-lorawan-adapter-enmasse-infra.apps.\u003cmy.cluster\u003e/ttn\n\n\u003c/dd\u003e\n\n\u003cdt\u003eAuthentication header:\u003c/dt\u003e\n\n\u003cdd\u003e\n\n    echo \"Basic $(echo -n \"gateway@\u003ck8s-ns\u003e.iot:\u003cpassword\u003e\" | base64 -w0)\"\n\n\u003c/dd\u003e\n\n\u003c/dl\u003e\n\n## Provision a new device\n\nEach sensor needs to be registered with Hono as well:\n\n    hat device create \u003cdevice-eui\u003e '{\"via\":[\"ttn-gateway\"]}'\n\ne.g.:\n\n    hat device create 0123456789ABCDEF '{\"via\":[\"ttn-gateway\"], \"defaults\":{\"deviceAlias\": \"Device #X\"}}'\n\n## Also see\n\nThis repository sets up OpenShift to build a bunch of other projects:\n\n* https://github.com/ctron/hono-kafka-bridge\n* https://github.com/ctron/hono-kafka-bridge-quarkus\n* https://github.com/ctron/kafka-influxdb-bridge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctron%2Fece2019-iot-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctron%2Fece2019-iot-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctron%2Fece2019-iot-playground/lists"}