{"id":16729116,"url":"https://github.com/gbour/wave","last_synced_at":"2025-07-08T19:10:25.796Z","repository":{"id":23357017,"uuid":"26717988","full_name":"gbour/wave","owner":"gbour","description":"MQTT Broker - for IoT, DIY, pubsub applications and more","archived":false,"fork":false,"pushed_at":"2017-04-20T20:43:32.000Z","size":3250,"stargazers_count":26,"open_issues_count":13,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T00:51:13.662Z","etag":null,"topics":["broker","erlang","iot","message-queue","mqtt","mqtt-broker","ssl","websockets"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gbour.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}},"created_at":"2014-11-16T15:20:09.000Z","updated_at":"2023-09-27T08:35:27.000Z","dependencies_parsed_at":"2022-07-20T23:32:54.401Z","dependency_job_id":null,"html_url":"https://github.com/gbour/wave","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gbour/wave","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbour%2Fwave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbour%2Fwave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbour%2Fwave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbour%2Fwave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbour","download_url":"https://codeload.github.com/gbour/wave/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbour%2Fwave/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264331695,"owners_count":23591963,"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":["broker","erlang","iot","message-queue","mqtt","mqtt-broker","ssl","websockets"],"created_at":"2024-10-12T23:27:04.724Z","updated_at":"2025-07-08T19:10:25.763Z","avatar_url":"https://github.com/gbour.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"wave [![Build Status](https://secure.travis-ci.org/gbour/wave.png?branch=master)](http://travis-ci.org/gbour/wave) ![release 0.4.0](https://img.shields.io/badge/release-0.4.0-red.svg)\n====\n\nWave is a MQTT Broker, written in Erlang.   \nIt implements most of MQTT features, and currently supports TCP and SSL transports (and soon WebSockets)\n\nYou can try it on **[iot.bour.cc](http://iot.bour.cc)**.  \nA Docker image is also available on **[Docker hub](https://hub.docker.com/r/gbour/wave)**.\n\nFeatures\n--------\n\n* [x] MQTT v1.3\n* [x] MQTT v1.3.1\n* [x] Qos 0, 1 \u0026 2\n* [x] SSL\n* [x] WebSockets\n* [x] $SYS hierarchy\n* [x] monitoring\n* [x] access logs\n* [x] authentication\n* [ ] ACLs\n* [ ] administration interface\n* [ ] plugins\n\n\n\nQuickstart\n----------\n\n### Checkout, build \u0026 run\n\nprerequisites:\n* redis\n* erlang \u003e= 17.2\n\n\n```\n$\u003e git clone https://github.com/gbour/wave.git wave\n$\u003e cd wave \u0026\u0026 make\n# 'make cert' generates sample self-signed certificate, required to start wave with default configuration\n# you can alternatively provide your own\n$\u003e make cert\n$\u003e make run\n```\n\nNOTE: the build process is also generating a default self-signed certificate that you can replace later\n\n\n### Docker image\n\nAlternatively, you can use docker image available on Docker hub (along with official redis image):\n```\n$\u003e docker pull redis:alpine\n$\u003e docker run --name redis-wave -d redis:alpine\n\n$\u003e docker pull gbour/wave:websockets\n$\u003e docker run --name wave -d --link=redis-wave -p 1883:1883 -p 8883:8883 gbour/wave:websockets\n```\n\n### Give it a try\nNow, you can try using ie mosquitto tools:\n```\n$\u003e mosquitto_sub -h localhost -t foo/bar -v\u0026\n$\u003e mosquitto_pub -h localhost -t foo/bar -m 'is it working?'\nfoo/bar is it working\n```\n\nAuthors\n-------\n\nMain developer: Guillaume Bour \u0026lt;guillaume@bour.cc\u0026gt;\n\nLicense\n-------\n\n**Wave** is distributed under AGPLv3 license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbour%2Fwave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbour%2Fwave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbour%2Fwave/lists"}