{"id":17573149,"url":"https://github.com/chenglinning/freemqtt","last_synced_at":"2025-07-31T00:08:40.226Z","repository":{"id":258244491,"uuid":"861122492","full_name":"chenglinning/freemqtt","owner":"chenglinning","description":"A MQTT Server in Python","archived":false,"fork":false,"pushed_at":"2024-11-14T12:24:21.000Z","size":190,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-28T16:21:22.911Z","etag":null,"topics":["broker","mqtt","server"],"latest_commit_sha":null,"homepage":"https://freemqtt.cn","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chenglinning.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,"zenodo":null}},"created_at":"2024-09-22T04:01:47.000Z","updated_at":"2025-02-19T02:59:21.000Z","dependencies_parsed_at":"2025-04-20T08:46:12.015Z","dependency_job_id":null,"html_url":"https://github.com/chenglinning/freemqtt","commit_stats":null,"previous_names":["chenglinning/freemqtt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chenglinning/freemqtt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenglinning%2Ffreemqtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenglinning%2Ffreemqtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenglinning%2Ffreemqtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenglinning%2Ffreemqtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chenglinning","download_url":"https://codeload.github.com/chenglinning/freemqtt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenglinning%2Ffreemqtt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267962845,"owners_count":24172757,"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-07-30T02:00:09.044Z","response_time":70,"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":["broker","mqtt","server"],"created_at":"2024-10-21T21:00:26.884Z","updated_at":"2025-07-31T00:08:40.197Z","avatar_url":"https://github.com/chenglinning.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## [FreeMQTTT](https://freemqtt.cn/)\n\nMQTT broker implemented in python based on asyncio (async/await)\n\n### Features\n\n+ Implements the full set of MQTT 3.1.1 \u0026 MQTT 5.0 (except AUTH)\n+ QoS0, QoS1, QoS2 support\n+ MQTT over Websocket support\n+ TLS/SSL support\n+ Unique Application isolation security mechanism\n+ Sytem metrics topic: $SYS/METRICS\n+ Client online notification topic:  $SYS/ONLINE\n+ Client offline notification topic: $SYS/OFFLINE\n+ Configuration using the TOML file\n\n### Running environment\n\nPython 3.9+\n\n### Getting started\n\n+ Get source code\n\n```bash\n$ git clone https://github.com/chenglinning/freemqtt.git\n```\n+ Install dependency packages\n\n```bash\n$ cd ./freemqtt\n$ python -m pip install -r requirements.txt\n```\n\n+ Run the server in foreground\n\n```bash\n$ python ./freemqttd.py\n[I 240921 16:54:11 freemqttd:91] freemqttd started\n\n```\n\n+ Run the server in background\n\n```bash\n$ python ./freemqttctl.py start\nstarting freemqttd ...\nstart freemqttd success. \n\n```\n\n+ Generate MQTT client login password (Token)\n\n```bash\n$ python ./freemqtt_token.py myapp\n\nAppID: myapp\nToken: gVRVsBqw3bQSD4CQ4rFOXtfGQMelHJmEaNlYtH7GS/A=\n```\n\nDocumentation is available on [Read the Docs](https://freemqtt.cn)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenglinning%2Ffreemqtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenglinning%2Ffreemqtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenglinning%2Ffreemqtt/lists"}