{"id":15962381,"url":"https://github.com/albertogeniola/mosquitto-disconnections-plugin","last_synced_at":"2025-10-25T07:51:11.880Z","repository":{"id":96745030,"uuid":"355188661","full_name":"albertogeniola/mosquitto-disconnections-plugin","owner":"albertogeniola","description":"Simple mosquitto plugins that notifies client disconnection events to a given topic","archived":false,"fork":false,"pushed_at":"2021-04-06T18:45:15.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T12:28:36.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/albertogeniola.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":"2021-04-06T12:56:13.000Z","updated_at":"2024-04-13T23:22:00.000Z","dependencies_parsed_at":"2023-04-24T19:01:28.024Z","dependency_job_id":null,"html_url":"https://github.com/albertogeniola/mosquitto-disconnections-plugin","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.4545454545454546,"last_synced_commit":"1bc6c80cc5d58faf35e6168c9667d7e7cd8cbc6c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/albertogeniola/mosquitto-disconnections-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertogeniola%2Fmosquitto-disconnections-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertogeniola%2Fmosquitto-disconnections-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertogeniola%2Fmosquitto-disconnections-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertogeniola%2Fmosquitto-disconnections-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albertogeniola","download_url":"https://codeload.github.com/albertogeniola/mosquitto-disconnections-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertogeniola%2Fmosquitto-disconnections-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280923472,"owners_count":26414234,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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":[],"created_at":"2024-10-07T16:03:22.476Z","updated_at":"2025-10-25T07:51:11.858Z","avatar_url":"https://github.com/albertogeniola.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mosquitto-disconnections-plugin\nSimple mosquitto plugins that notifies client disconnection events to a given topic\n\n# Dev env setup\n1. Donwload Mosquitto source\n    ```bash\n    git clone https://github.com/eclipse/mosquitto\n    ```\n1. Prepare the plugin directory where to store this plugin source files\n    ```bash\n    mkdir mosquitto/plugins/disconnections\n    ```\n1. Copy the contents of this repo's src folder into mosquitto/plugins/disconnections\n    ```bash\n    git clone https://github.com/albertogeniola/mosquitto-disconnections-plugin\n    cp -R mosquitto-disconnections-plugin/src/* mosquitto/plugins/disconnections\n    ```\n1. Edit mosquitto/plugins/CMakeLists.txt and add the following line at the end of it\n    ```\n    # ...\n    add_subdirectory(disconnections)\n    ```\n1. You can now run CMake to generate solution files\n    ```\n    # ...\n    cd mosquitto\n    cmake .\n    ```\n    \n    __Note__: when bulding on Windows, it is recommended to use CMake-GUI. Just open the mosquitto folder, configure and store Visual Studio solution files into another directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertogeniola%2Fmosquitto-disconnections-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertogeniola%2Fmosquitto-disconnections-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertogeniola%2Fmosquitto-disconnections-plugin/lists"}