{"id":23461354,"url":"https://github.com/hhromic/e131-mqtt-bridge","last_synced_at":"2026-01-04T16:37:16.042Z","repository":{"id":69929862,"uuid":"59234046","full_name":"hhromic/e131-mqtt-bridge","owner":"hhromic","description":"E1.31 (sACN) to MQTT Bridging Server written in C","archived":false,"fork":false,"pushed_at":"2016-08-13T19:56:19.000Z","size":14,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-24T07:37:56.924Z","etag":null,"topics":["bridge","c","cpp","e131","light-controller","mqtt","sacn","server"],"latest_commit_sha":null,"homepage":null,"language":"C","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/hhromic.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":"2016-05-19T19:02:52.000Z","updated_at":"2023-09-27T19:10:46.000Z","dependencies_parsed_at":"2023-03-14T23:30:41.258Z","dependency_job_id":null,"html_url":"https://github.com/hhromic/e131-mqtt-bridge","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/hhromic%2Fe131-mqtt-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fe131-mqtt-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fe131-mqtt-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fe131-mqtt-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hhromic","download_url":"https://codeload.github.com/hhromic/e131-mqtt-bridge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239073969,"owners_count":19577124,"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":["bridge","c","cpp","e131","light-controller","mqtt","sacn","server"],"created_at":"2024-12-24T07:34:40.214Z","updated_at":"2025-10-30T22:31:27.767Z","avatar_url":"https://github.com/hhromic.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E1.31 (sACN) to MQTT Bridge Server\n\n## Compiling\n\nTo compile the bridging server, simply use the `make` utility:\n\n    $ make clean\n    $ make\n\nYou must have the `libmosquitto` ([get it here][libmosquitto]) and the `libe131` ([get it here][libe131]) development libraries installed on your system. Once compiled, you can install the output binary file wherever you want.\n\n[libmosquitto]: http://mosquitto.org/download/\n[libe131]: https://github.com/hhromic/libe131/releases/latest\n\n## Running\n\nTo run the program, you must supply at least an MQTT topic for publishing E1.31 (sACN) data:\n\n    Usage: e131-mqtt-bridge [-H] [-U universe] [-h host] [-p port] [-u username] [-P password] -t topic\n    Forward E1.31 (sACN) network data to an MQTT broker.\n\n    Options:\n      -H            show this help screen\n      -U universe   DMX universe number for Multicast (default: 1)\n      -h host       MQTT broker host to use (default: localhost)\n      -p port       MQTT port for broker connection (default: 1883)\n      -u username   MQTT username for broker connection (default: none)\n      -P password   MQTT password for broker connection (default: none)\n      -t topic      MQTT topic for publishing E1.31 (sACN) data\n\nExample invocation for MQTT broker at `test.mosquitto.org` using topic `dmx/2/data` with DMX universe `2`:\n\n    $ ./e131-mqtt-bridge -U 2 -h test.mosquitto.org -t dmx/2/data\n\n## License\n\nThis software is under the **Apache License 2.0**.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhromic%2Fe131-mqtt-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhhromic%2Fe131-mqtt-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhromic%2Fe131-mqtt-bridge/lists"}