{"id":21399329,"url":"https://github.com/streamr-dev/helium-mqtt-adapter","last_synced_at":"2025-06-25T04:43:14.739Z","repository":{"id":53057476,"uuid":"349395506","full_name":"streamr-dev/helium-mqtt-adapter","owner":"streamr-dev","description":"Helium to Streamr MQTT Integration","archived":false,"fork":false,"pushed_at":"2021-04-08T13:26:06.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-16T03:45:44.785Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/streamr-dev.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}},"created_at":"2021-03-19T11:12:03.000Z","updated_at":"2022-09-19T20:22:13.000Z","dependencies_parsed_at":"2022-09-02T02:12:11.176Z","dependency_job_id":null,"html_url":"https://github.com/streamr-dev/helium-mqtt-adapter","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/streamr-dev%2Fhelium-mqtt-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fhelium-mqtt-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fhelium-mqtt-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fhelium-mqtt-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamr-dev","download_url":"https://codeload.github.com/streamr-dev/helium-mqtt-adapter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243892391,"owners_count":20364695,"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":"2024-11-22T15:14:07.584Z","updated_at":"2025-03-16T15:46:24.556Z","avatar_url":"https://github.com/streamr-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# helium-mqtt-adapter\n\n`helium-mqtt-adapter` is a service that bridges incoming MQTT data to the Streamr Network. It listens for incoming messages on the MQTT port (tcp port 1883) by default.\n\nIn the future, it's possible to simply run a Streamr Broker node, which ships with an MQTT interface. But for the time being, use this adapter to connect data from Helium to Streamr.\n\nAn Ethereum private key is used to authenticate to Streamr Network. You can export your private key from your [MetaMask wallet](https://metamask.io/), or generate a new address/key pair with one of the many tools available, such as [this one](https://vanity-eth.tk/).\n\n## Install\n\nPrerequisites: Node `v14.x` and npm.\n\nClone this repo and then run\n```\nnpm ci\n```\n\n## Configure\n\nDefine the environment variables, e.g. in a `.env` file in the application root directory.\n\n```\nPRIVATE_KEY=0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef\nUSERNAME=user\nPASSWORD=secret\n```\n\nUSERNAME and PASSWORD are optional parameters. If defined, the client must authenticate with the credentials when it connects to the server. The credentials can be passed in the MQTT url: `mqtt://username:password@adapter-ip-address`.\n\nSTREAM_ID_DOMAIN is optional parameter that comes in handy if the MQTT topic space being used is not tailored for use with Streamr. If defined, all topics are mapped to streamIds by prepending the domain to the topic: `STREAM_ID_DOMAIN + / + mqtt_topic`. With Helium, this isn't usually needed, as the MQTT integration in the Helium Console can be configured with the stream id as-is.\n\n## Run\n\nStart the application\n\n```\nnpm start\n```\n\n## Develop\n\nRun tests\n```\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamr-dev%2Fhelium-mqtt-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamr-dev%2Fhelium-mqtt-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamr-dev%2Fhelium-mqtt-adapter/lists"}