{"id":26361602,"url":"https://github.com/bangertech/dockqtt","last_synced_at":"2025-03-16T17:38:55.332Z","repository":{"id":270984488,"uuid":"912058679","full_name":"BangerTech/DockQTT","owner":"BangerTech","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-04T15:18:16.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T15:30:12.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BangerTech.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":"2025-01-04T14:44:43.000Z","updated_at":"2025-01-04T15:18:19.000Z","dependencies_parsed_at":"2025-01-04T15:40:40.893Z","dependency_job_id":null,"html_url":"https://github.com/BangerTech/DockQTT","commit_stats":null,"previous_names":["bangertech/dockqtt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2FDockQTT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2FDockQTT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2FDockQTT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2FDockQTT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BangerTech","download_url":"https://codeload.github.com/BangerTech/DockQTT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243909343,"owners_count":20367534,"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":[],"created_at":"2025-03-16T17:38:53.208Z","updated_at":"2025-03-16T17:38:55.322Z","avatar_url":"https://github.com/BangerTech.png","language":"JavaScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=FD26FHKRWS3US","https://pics.paypal.com/00/s/N2EwMzk4NzUtOTQ4Yy00Yjc4LWIwYmUtMTA3MWExNWIzYzMz/file.PNG"],"categories":[],"sub_categories":[],"readme":"# 🌐 DockQTT\n\n![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n![Node.js](https://img.shields.io/badge/node.js-43853D?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)\n![Next.js](https://img.shields.io/badge/next.js-000000?style=for-the-badge\u0026logo=next.js\u0026logoColor=white)\n[![License](https://img.shields.io/github/license/BangerTech/DockQTT?style=for-the-badge)](LICENSE)\n\n![dockqtt](https://github.com/user-attachments/assets/155f88c6-53a5-4e1d-8fc4-dd2c1c4c2f70)\n\n\n\n\u003e 🐝 A modern web interface for exploring and managing MQTT topics and messages\n\n## Screenshots\n\n\u003cimg src=\"images/screenshot-light.png\" width=\"49%\" /\u003e \u003cimg src=\"images/screenshot-dark.png\" width=\"49%\" /\u003e\n\n## Table of Contents\n- [What is DockQTT?](#what-is-dockqtt)\n- [Features](#features)\n- [Setup \u0026 Requirements](#setup--requirements)\n- [Usage](#usage)\n- [Support / Feedback](#support--feedback)\n- [Contributing](#contributing)\n- [Sponsorship](#sponsorship)\n- [License](#license)\n\n## What is DockQTT?\nDockQTT is a powerful tool for visualizing and interacting with MQTT topics and messages. It provides a user-friendly interface for connecting to MQTT brokers and managing IoT communications.\n\n### Features\n- 🔌 Connect to any MQTT broker\n- 🔐 Support for secure connections (username/password)\n- 📊 Real-time display of all topics and messages\n- 🌙 Automatic Dark Mode\n- 🎯 Intuitive user interface\n- 📱 Responsive design\n\n## Technologies\n- Node.js\n- Next.js\n- MQTT.js\n- WebSocket\n- Docker \u0026 Docker Compose\n\n## Setup \u0026 Requirements\n- Docker and Docker Compose are **required** for containerized deployment\n\n## Usage\n\n### With Docker\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/BangerTech/DockQTT.git\n   cd DockQTT\n   ```\n2. Build and start the Docker container:\n   ```bash\n   docker-compose up --build\n   ```\n3. Open your browser and navigate to `http://localhost:3000`.\n\n### Local Development\n\n1. Install dependencies:\n   ```bash\n   npm install\n   ```\n2. Start the development server:\n   ```bash\n   npm run dev\n   ```\n3. For production build:\n   ```bash\n   npm run build\n   npm start\n   ```\n\n## Support / Feedback\nHave any bugs or feature requests? Contact us [here](https://github.com/BangerTech/DockQTT/issues) or click on the \"Issues\" tab in the GitHub repository!\n\n## Contributing\nFork the repository and create pull requests.\n\n## Sponsorship\n\n\u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=FD26FHKRWS3US\" target=\"_blank\"\u003e\u003cimg src=\"https://pics.paypal.com/00/s/N2EwMzk4NzUtOTQ4Yy00Yjc4LWIwYmUtMTA3MWExNWIzYzMz/file.PNG\" alt=\"SUPPORT\" height=\"51\"\u003e\u003c/a\u003e\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Keywords\n`mqtt` `web-ui` `iot` `real-time` `dashboard` `nodejs` `nextjs` `docker` `dockqtt` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbangertech%2Fdockqtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbangertech%2Fdockqtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbangertech%2Fdockqtt/lists"}