{"id":23461362,"url":"https://github.com/hhromic/e131-adalight-bridge","last_synced_at":"2026-04-29T17:06:36.945Z","repository":{"id":69929858,"uuid":"55894918","full_name":"hhromic/e131-adalight-bridge","owner":"hhromic","description":"E1.31 (sACN) to AdaLight Bridging Server written in C","archived":false,"fork":false,"pushed_at":"2016-08-13T19:57:46.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-16T00:43:30.290Z","etag":null,"topics":["adalight","bridge","c","cpp","e131","light-controller","sacn","server"],"latest_commit_sha":null,"homepage":"","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-04-10T11:22:32.000Z","updated_at":"2023-10-06T19:32:57.000Z","dependencies_parsed_at":"2023-05-28T09:45:49.825Z","dependency_job_id":null,"html_url":"https://github.com/hhromic/e131-adalight-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-adalight-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fe131-adalight-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fe131-adalight-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fe131-adalight-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hhromic","download_url":"https://codeload.github.com/hhromic/e131-adalight-bridge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514435,"owners_count":21116963,"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":["adalight","bridge","c","cpp","e131","light-controller","sacn","server"],"created_at":"2024-12-24T07:34:43.497Z","updated_at":"2026-04-29T17:06:31.914Z","avatar_url":"https://github.com/hhromic.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E1.31 (sACN) to AdaLight 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 `libe131` ([get it here][libe131]) development library installed on your system. Once compiled, you can install the output binary file wherever you want.\n\n[libe131]: https://github.com/hhromic/libe131/releases/latest\n\n## Running\n\nTo run the program, you must supply at least a serial device and baud rate to use:\n\n    Usage: e131-adalight-bridge [-h] [-u universe] -d device -b baud_rate\n    Forward E1.31 (sACN) network data to an AdaLight serial device.\n\n    Options:\n      -h             show this help screen\n      -u universe    DMX universe number for Multicast (default: 1)\n      -d device      serial device for communicating with AdaLight\n      -b baud_rate   baud rate for the serial device\n\n**Note:** because each DMX universe has a maximum of 512 channels and each RGB LED takes 3 channels (one per color), the maximum number of controllable AdaLight LEDs is **170**.\n\nExample invocation for AdaLight LEDs attached to `/dev/ttyACM0` at `115200` baud using DMX universe `2`:\n\n    $ ./e131-adalight-bridge -d /dev/ttyACM0 -b 115200 -u 2\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-adalight-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhhromic%2Fe131-adalight-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhromic%2Fe131-adalight-bridge/lists"}