{"id":18928540,"url":"https://github.com/nathan-osman/go-ldserver","last_synced_at":"2026-03-15T21:30:16.256Z","repository":{"id":143058367,"uuid":"103707721","full_name":"nathan-osman/go-ldserver","owner":"nathan-osman","description":"Light display server","archived":false,"fork":false,"pushed_at":"2017-09-19T23:42:33.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-16T08:40:27.153Z","etag":null,"topics":["display","golang","light","server"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nathan-osman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-09-15T22:50:49.000Z","updated_at":"2024-06-19T08:08:54.355Z","dependencies_parsed_at":null,"dependency_job_id":"ea353c3f-e65e-4e5d-bda5-60a078b1a8a9","html_url":"https://github.com/nathan-osman/go-ldserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-osman%2Fgo-ldserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-osman%2Fgo-ldserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-osman%2Fgo-ldserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-osman%2Fgo-ldserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathan-osman","download_url":"https://codeload.github.com/nathan-osman/go-ldserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239923714,"owners_count":19719180,"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":["display","golang","light","server"],"created_at":"2024-11-08T11:26:15.448Z","updated_at":"2026-03-15T21:30:16.216Z","avatar_url":"https://github.com/nathan-osman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## go-ldserver\n\n[![GoDoc](https://godoc.org/github.com/nathan-osman/go-ldserver?status.svg)](https://godoc.org/github.com/nathan-osman/go-ldserver)\n[![MIT License](http://img.shields.io/badge/license-MIT-9370d8.svg?style=flat)](http://opensource.org/licenses/MIT)\n\nGiven text files with timing information for lights, ldserver will run the light display in realtime.\n\n### Building\n\nTo build the `ldserver` binary, ensure that Docker is installed and run:\n\n    make\n\n### Usage\n\nldserver expects a single command-line argument \u0026mdash; a JSON configuration file. The following example specifies three different light sources (a debug light, a GPIO pin, and a WebSocket light):\n\n    {\n      \"manager\": {\n        \"lights\": {\n          \"debug\": {\n            \"names\": [\"debug1\"]\n          },\n          \"gpio\": {\n            \"pins\": [\n              {\n                \"number\": 17,\n                \"name\": \"gpio17\"\n              }\n            ]\n          },\n          \"ws\": {\n            \"host\": \"ws://localhost:5000\",\n            \"names\": [\"ws1\"]\n          }\n        }\n      },\n      \"server\": {\n        \"addr\": \":8000\"\n      }\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathan-osman%2Fgo-ldserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathan-osman%2Fgo-ldserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathan-osman%2Fgo-ldserver/lists"}