{"id":15291462,"url":"https://github.com/azure/iotc-device-bridge","last_synced_at":"2025-10-20T03:31:49.378Z","repository":{"id":44581652,"uuid":"152672425","full_name":"Azure/iotc-device-bridge","owner":"Azure","description":"Sample source code for enabling IoT Central integration with other IoT platforms","archived":false,"fork":false,"pushed_at":"2024-04-22T18:19:18.000Z","size":701,"stargazers_count":81,"open_issues_count":0,"forks_count":47,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-01-30T14:06:46.143Z","etag":null,"topics":["iot","iot-central"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-10-12T00:36:58.000Z","updated_at":"2024-08-29T22:52:44.000Z","dependencies_parsed_at":"2024-04-22T19:37:19.977Z","dependency_job_id":null,"html_url":"https://github.com/Azure/iotc-device-bridge","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/Azure%2Fiotc-device-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fiotc-device-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fiotc-device-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fiotc-device-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/iotc-device-bridge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237254360,"owners_count":19280025,"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":["iot","iot-central"],"created_at":"2024-09-30T16:12:35.465Z","updated_at":"2025-10-20T03:31:48.866Z","avatar_url":"https://github.com/Azure.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\npage_type: sample\ndescription: \"A sample that shows how to create a device bridge to connect other IoT clouds such as Sigfox, Particle, and The Things Network to IoT Central\"\nlanguages:\n- javascript\nproducts:\n- azure-iot-central\n- azure-iot\nurlFragment: iot-central-device-bridge-sample\n---\n\n\n# Azure IoT Central Device Bridge\nThis repository contains everything you need create a device bridge to connect other IoT clouds such as Sigfox, Particle, and The Things Network (TTN) to IoT Central. The device bridge forwards the messages your devices send to other clouds to your IoT Central app. In your IoT Central app, you can build rules and run analytics on that data, create workflows in Microsoft Flow and Azure Logic apps, export that data, and much more. This solution will provision several Azure resources into your Azure subscription that work together to transform and forward device messages through a webhook integration in Azure Functions.\n\nTo use the device bridge solution, you will need the following:\n- An Azure account. You can create a free Azure account from [here](https://aka.ms/aft-iot).\n- An Azure IoT Central application to connect the devices. Create a free app by following [these instructions](https://docs.microsoft.com/azure/iot-central/quick-deploy-iot-central).\n\n[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fiotc-device-bridge%2Fmaster%2Fazuredeploy.json)\n\n## Instructions\nFor detailed instructions on how to deploy and configure the device bridge, see [Use the IoT Central device bridge to connect other IoT clouds to IoT Central](https://docs.microsoft.com/en-us/azure/iot-central/core/howto-build-iotc-device-bridge).\n\n## Limitations\nThis device bridge only forwards messages to IoT Central, and does not send messages back to devices. Due to the unidirectional nature of this solution, `settings` and `commands` will **not** work for devices that connect to IoT Central through this device bridge. Because device twin operations are also not supported, it's **not** possible to update `device properties` through this setup. To use these features, a device must be connected directly to IoT Central using one of the [Azure IoT device SDKs](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-sdks).\n\n## Package integrity\nThe template provided here deploys a packaged version of the code in this repository to an Azure\nFunction. You can check the integrity of the code being deployed by verifying that the `SHA256` hash\nof the `iotc-bridge-az-function.zip` file in the root of this repository matches the following:\n\n```\n22dcf01e985a16d9a9500a382da9f022fe65cacb6b5945e844ab10ec326827d3\n```\n\n# Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.microsoft.com.\n\nWhen you submit a pull request, a CLA-bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## Updating the package\nThe code in the repository is deployed to the Azure Function from the `iotc-bridge-az-function.zip` package at the repository root.\nWhen updating the source code, this package also needs to be updated and tested. To update, simply make a zip file from the `IoTCIntegration`\nfolder that contains your source changes. Make sure to exclude non-source files, such as `node_modules`.\n\nTo test your changes, use the `azuredeploy.json` ARM template in the repository root. Change the `packageUri`\nvariable to point to your modified zip package location (zip package URL can be obtained from your GitHub branch) and deploy the template in the Azure Portal.\nMake sure that the function deploys correctly and that you're able to send device data through the test tab in the Azure Portal.\n\n## Updating the README\nChange this README to document any user-facing changes, e.g., changes in the incoming payload format.\nAlso update the SHA256 hash in the _Package integrity_ section above with the hash of your new zip package, for integrity verification.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fiotc-device-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazure%2Fiotc-device-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fiotc-device-bridge/lists"}