{"id":19259078,"url":"https://github.com/r3drun3/aws-mqtt-dotnet-core","last_synced_at":"2026-06-29T22:30:22.381Z","repository":{"id":137685400,"uuid":"499414053","full_name":"R3DRUN3/aws-mqtt-dotnet-core","owner":"R3DRUN3","description":"A simple demo for mqtt operations on aws iot core via .net core console application. ✉️ 💬 ✉️","archived":false,"fork":false,"pushed_at":"2022-06-27T17:39:31.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-05T09:30:05.991Z","etag":null,"topics":["aws","aws-iot-core","mqtt"],"latest_commit_sha":null,"homepage":"","language":"C#","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/R3DRUN3.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":"2022-06-03T07:07:52.000Z","updated_at":"2022-06-06T08:16:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ba5f323-5212-4edc-bfa4-74d2a33f0d95","html_url":"https://github.com/R3DRUN3/aws-mqtt-dotnet-core","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/R3DRUN3%2Faws-mqtt-dotnet-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DRUN3%2Faws-mqtt-dotnet-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DRUN3%2Faws-mqtt-dotnet-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DRUN3%2Faws-mqtt-dotnet-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R3DRUN3","download_url":"https://codeload.github.com/R3DRUN3/aws-mqtt-dotnet-core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240356192,"owners_count":19788513,"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":["aws","aws-iot-core","mqtt"],"created_at":"2024-11-09T19:15:24.770Z","updated_at":"2026-06-29T22:30:22.276Z","avatar_url":"https://github.com/R3DRUN3.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-mqtt-dotnet-core ✉️ 💬 ✉️\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA simple demo for mqtt operations on aws iot core via .net core console application.\n\n## Notes\nThis console app has been tested on: \n\n- Ubuntu desktop 20.04\n- Windows 10 Enterprise build 18362\n- Kali Linux 21.2 (as a docker container) \n\n\n## Setup\n\n1) Before proceeding you need to have *open ssl* and *.net core* installed on ubuntu.\n2) Convert the device certificate in pfx format with this command\n\n\n```bash\nopenssl pkcs12 -export -in iotdevicecertificateinpemformat -inkey iotdevivceprivatekey \n-out devicecertificateinpfxformat -certfile rootcertificatefile\n```\n3) Run this command to install the dependencies:\n\n```bash\nsh requirements.sh\n```\n\n## Usage\nExample of launching *aws-iot-mqtt-console.cs* file from linux shell:\n```bash\n'dotnet run aws-iot-mqtt-console.cs\nEnter the iot endpoint (example: b6u0x74if42bez-ats.iot.ca-central-1.amazonaws.com):\nb6u0x74if42bez-ats.iot.ca-central-1.amazonaws.com\nEnter the topic to which you want to subscribe:\nmyTopic\nEnter Client ID:\nMy_Thing_Name\nConnected to AWS IoT with client id: My_Thing_Name\nEnter 1 to publish a message, 2 to listen for messages in the topic:\n1\n\n Starting AWS IoT Dotnet core message publisher \n Enter message to send: \nTest from Ubuntu with .net core 5.0\n\n how many times do you want to send this message?:\n3\nPublished: Test from Ubuntu with .net core 5.0 0\nPublished: Test from Ubuntu with .net core 5.0 1\nPublished: Test from Ubuntu with .net core 5.0 2\nAll messages were successfully delivered!'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3drun3%2Faws-mqtt-dotnet-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr3drun3%2Faws-mqtt-dotnet-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3drun3%2Faws-mqtt-dotnet-core/lists"}