{"id":15723621,"url":"https://github.com/zabackary/daktronics-singular-ui","last_synced_at":"2026-02-07T21:32:46.716Z","repository":{"id":251589809,"uuid":"828064043","full_name":"zabackary/daktronics-singular-ui","owner":"zabackary","description":"Rust application enabling free streaming of data from a Daktronics console to the SaaS platform Singular.Live","archived":false,"fork":false,"pushed_at":"2025-02-05T14:02:36.000Z","size":465,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T22:38:40.290Z","etag":null,"topics":["daktronics","iced","rust","singular","singularlive"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/zabackary.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,"zenodo":null}},"created_at":"2024-07-13T02:59:23.000Z","updated_at":"2025-02-05T14:02:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff82106c-354c-40b2-93d0-a382b653f050","html_url":"https://github.com/zabackary/daktronics-singular-ui","commit_stats":null,"previous_names":["zabackary/daktronics-singular-ui"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/zabackary/daktronics-singular-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabackary%2Fdaktronics-singular-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabackary%2Fdaktronics-singular-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabackary%2Fdaktronics-singular-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabackary%2Fdaktronics-singular-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zabackary","download_url":"https://codeload.github.com/zabackary/daktronics-singular-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabackary%2Fdaktronics-singular-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29208712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:33:12.493Z","status":"ssl_error","status_checked_at":"2026-02-07T20:30:47.381Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["daktronics","iced","rust","singular","singularlive"],"created_at":"2024-10-03T22:12:34.297Z","updated_at":"2026-02-07T21:32:46.699Z","avatar_url":"https://github.com/zabackary.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daktronics Singular UI\n\n\u003e A generically named cross-platform desktop application enabling free streaming\n\u003e of data from a Daktronics console to the SaaS platform Singular.Live.\n\n\u003ca href=\"https://github.com/iced-rs/iced\"\u003e\n  \u003cimg src=\"https://gist.githubusercontent.com/hecrj/ad7ecd38f6e47ff3688a38c79fd108f0/raw/74384875ecbad02ae2a926425e9bcafd0695bade/color.svg\" width=\"130px\"\u003e\n\u003c/a\u003e\n\n[![CI status](https://github.com/zabackary/daktronics-singular-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/zabackary/daktronics-singular-ui/actions/workflows/ci.yml)\n\n## Demo video of UI\n\n[daktronics-singular-ui-demo.webm](https://github.com/user-attachments/assets/473b455a-af18-4af5-89aa-710fdfc68522)\n\n## Demo video of output livestream\n\n[![livestream on YouTube](https://img.youtube.com/vi/vRcEqqiWRZE/0.jpg)](https://youtu.be/vRcEqqiWRZE?t=4203)\n\n## Usage\n\nFollow the directions in the app in order to use DSU. Basically, you need to\ncreate a _profile_ which specifies a mapping between the fields received from\nthe Daktronics console (see\n[the documentation](https://docs.rs/daktronics-allsport-5000/latest/daktronics_allsport_5000/sports/index.html)\nfor fields available per sport). This mapping is used to read the incoming\nfields and output them as JSON for the Singular.Live datastream. For ease of\nuse, a template Singular.Live Composition Script is bundled in the app; see the\n\"Set up\" tab.\n\nDaktronics Singular UI also supports a variety of command-line options for use\nas a server application. As of September 2024, using DSU without a UI (i.e.\nheadless) mode is not supported, but other than that, it should be all set to be\nused in an environment without human intervention. An example command can be\nfound below.\n\n```\ndaktronics-singular-ui \\\n  --profile /path/to/profile.dsu \\ # the path to the profile\n  --start \\                        # automatically start streaming\n  --serial-path /dev/ttyUSB0 \\     # which serial port to use\n  --hide-header \\                  # hide the app header for small screens\n  --unattended \\                   # automatically restart on errors (default 3)\n  --fullscreen                     # fullscreen UI\n```\n\nSee the output of `daktronics-singular-ui --help`.\n\n```\n$ ./daktronics-singular-ui --help\nLinks the output of an Daktronics AllSport 5000 to Singular.Live\n\nUsage: daktronics-singular-ui [OPTIONS]\n\nOptions:\n  -l, --headless\n          Whether to hide the UI (run without a window). Must be used with --start\n\n  -p, --profile \u003cPROFILE\u003e\n          The profile configuration file path. If not provided, the UI will prompt for one\n\n  -s, --start\n          Whether to start the stream immediately. Must be used with --profile and --serial-path\n\n  -e, --serial-path \u003cSERIAL_PATH\u003e\n          What serial path (e.g. /dev/xxx or COM1 on Windows) to use, when --start is used\n\n  -f, --fullscreen\n          Whether to start the program in fullscreen mode\n\n      --hide-header\n          Whether to hide the header and show a minimized video\n\n          Useful for small display sizes\n\n  -u, --unattended\n          Enable unattended mode, restarting automatically if there are many errors\n\n          Passing a number indicates the maximum tolerated error count. Default 3. Max 15.\n\n  -h, --help\n          Print help (see a summary with '-h')\n\n  -V, --version\n          Print version\n\n```\n\n## Setup\n\n### Binaries\n\nGrab the binaries from the\n[GitHub releases page](https://github.com/zabackary/daktronics-singular-ui/releases).\nFor now, a Linux binary and Windows binary are provided. Daktronics Singular UI\nis highly portable, so a MacOS version is possible. However,\n[Apple does not make cross-compiling easy](https://users.rust-lang.org/t/is-cross-compile-from-linux-to-mac-supported/95105)\nand I don't own a MacOS machine (I do have an old Mac Mini, so I might turn that\ninto a build server, but no promises).\n\nAn aarch64-unknown-linux-gnu binary is built in CI but is in beta. When running\non a Raspberry Pi I've noticed some upstream rendering bugs.\n\nMake sure to put the binary in somewhere on your PATH (e.g. `~/.local/bin`) for\ncommand-line usage. Feel free to remove the target triple from the name as well.\n\n### From source\n\nTo build from source, make sure you have a Rust toolchain installed, then do:\n\n```bash\ncargo build --release\n```\n\nand the binary will be built at `target/release/daktronics-singular-ui`. The\nbinary does not have any dependencies as everything (libraries, icons, etc.) is\nstatically linked.\n\nTo cross compile, using `cross` should be supported.\n\n## Stack\n\n- [Iced](https://github.com/iced-rs/iced)\n- [reqwest](https://github.com/seanmonstar/reqwest)\n- [daktronics-allsport-5000-rs](https://github.com/zabackary/daktronics-allsport-5000-rs)\n- [Rust](https://www.rust-lang.org/)\n\n## About\n\nWritten for the [Christian Academy in Japan productions](https://caj.ac.jp/live)\nteam for use in live-streaming sports events.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabackary%2Fdaktronics-singular-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzabackary%2Fdaktronics-singular-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabackary%2Fdaktronics-singular-ui/lists"}