{"id":21940156,"url":"https://github.com/softeq/sota.deviceemulator","last_synced_at":"2026-04-19T14:05:09.006Z","repository":{"id":96441353,"uuid":"191182111","full_name":"Softeq/SOTA.DeviceEmulator","owner":"Softeq","description":"A desktop application that emulates an IoT device.","archived":false,"fork":false,"pushed_at":"2019-11-11T09:26:07.000Z","size":248,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"develop","last_synced_at":"2025-10-17T13:36:11.012Z","etag":null,"topics":["iot","windows","wpf"],"latest_commit_sha":null,"homepage":"https://portal.softeq.com/display/SOTA","language":"C#","has_issues":false,"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/Softeq.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-10T14:19:10.000Z","updated_at":"2023-07-25T04:27:52.000Z","dependencies_parsed_at":"2023-03-10T05:45:12.632Z","dependency_job_id":null,"html_url":"https://github.com/Softeq/SOTA.DeviceEmulator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Softeq/SOTA.DeviceEmulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softeq%2FSOTA.DeviceEmulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softeq%2FSOTA.DeviceEmulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softeq%2FSOTA.DeviceEmulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softeq%2FSOTA.DeviceEmulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Softeq","download_url":"https://codeload.github.com/Softeq/SOTA.DeviceEmulator/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softeq%2FSOTA.DeviceEmulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["iot","windows","wpf"],"created_at":"2024-11-29T02:29:22.187Z","updated_at":"2026-04-19T14:05:08.984Z","avatar_url":"https://github.com/Softeq.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOTA Device Emulator\n\n[![Build Status](https://dev.azure.com/SofteqDevelopment/SOTA/_apis/build/status/Device%20Emulator?branchName=develop)](https://dev.azure.com/SofteqDevelopment/SOTA/_build/latest?definitionId=49\u0026branchName=develop)\n\nA desktop application that emulates a device in an IoT scenario. The repository belongs to the [SOTA](https://portal.softeq.com/display/SOTA) project.\n\n## Installation\n\n- Make sure the [certificates from the Softeq portal](https://portal.softeq.com/display/SOTA/Environments+and+Credentials) are registered in the OS certificates user-personal store (`Cert:/CurrentUser/My` in PowerShell).\n- Download the needed build from:\n  - [Azure DevOps Builds](https://dev.azure.com/SofteqDevelopment/SOTA/_build?definitionId=49) (all builds available). Downloads are performed using the [Azure CLI extension](https://github.com/Azure/azure-devops-cli-extension).\n  - [GitHub Releases](https://github.com/Softeq/SOTA.DeviceEmulator/releases) (beta and stable releases).\n- Unpack the binaries at any place of choice in your storage device.\n- Run the \"SOTA.DeviceEmulator.exe\" which you can find in the unpacked root directory.\n- You should be able to generate a new device certificate and connect to the IoT hub now from within the application.\n\n## Development\n\nMake sure that the following dependencies are installed:\n\n* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)\n* [.NET Core 2.2 SDK](https://dotnet.microsoft.com/download/dotnet-core)\n\nAlso, there are several extensions and applications that you may find useful during development:\n\n* [JetBrains ReSharper](https://www.jetbrains.com/resharper) to keep code clean and perform complex refactoring. In case you are using ReSharper, make sure solution settings from the repository are used.\n* [Nuke IDE Extensions](https://nuke.build/docs/running-builds/from-ides.html) to run and debug Nuke targets from your favorite IDE.\n* [Markdown Editor](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.MarkdownEditor) is a Visual Studio extension to write beautiful documentation with Markdown.\n\nAfter installing all required dependencies, make sure you can build the project and run tests.\n\n```powershell\n./build\n# Or you can do the same with\n./build LocalBuild\n```\n\n## Releases\n\nThe application binaries are published to an internal [Azure Artifacts feed](https://dev.azure.com/SofteqDevelopment/SOTA/_packaging?_a=feed\u0026feed=SOTA). Beta and stable releases are also published to GitHub.\n\nFrom the developer perspective the release flow can be described as follows:\n\n1. Develop and merge several feature or bugfix pull requests targeting develop branch (`feature/XXXX_[feature-name] → develop`).\n2. On code freeze day create a release branch and open a release PR (`release/x.x.x → master`).\n3. Fix known critical and major bugs using bugfix PRs targeting release branch (`bugfix/XXXX_[bug-name] → release/x.x.x`). \n4. Create and publish beta release in Azure Pipelines.\n5. Wait until regression and user acceptance testing is finished.\n6. Merge release branch to master and develop.\n6. Approve to publish stable release in Azure Pipelines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofteq%2Fsota.deviceemulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofteq%2Fsota.deviceemulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofteq%2Fsota.deviceemulator/lists"}