{"id":16358206,"url":"https://github.com/newam/rtt-daemon","last_synced_at":"2026-02-05T08:02:01.857Z","repository":{"id":37818204,"uuid":"437598349","full_name":"newAM/rtt-daemon","owner":"newAM","description":"A daemon to retrieve RTT logs","archived":false,"fork":false,"pushed_at":"2024-12-25T02:12:00.000Z","size":413,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T17:50:21.723Z","etag":null,"topics":["probe-rs","rtt","rust"],"latest_commit_sha":null,"homepage":"","language":"Nix","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/newAM.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":"2021-12-12T16:33:05.000Z","updated_at":"2024-12-25T02:11:10.000Z","dependencies_parsed_at":"2023-10-05T06:13:16.490Z","dependency_job_id":"9f191a96-2ccd-45ae-9e71-4875bb3d8f1e","html_url":"https://github.com/newAM/rtt-daemon","commit_stats":{"total_commits":268,"total_committers":3,"mean_commits":89.33333333333333,"dds":0.2649253731343284,"last_synced_commit":"ebe3f44d5a98cdcbd9266743a165fefe83457699"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/newAM/rtt-daemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Frtt-daemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Frtt-daemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Frtt-daemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Frtt-daemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newAM","download_url":"https://codeload.github.com/newAM/rtt-daemon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Frtt-daemon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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":["probe-rs","rtt","rust"],"created_at":"2024-10-11T02:05:04.050Z","updated_at":"2026-02-05T08:02:01.841Z","avatar_url":"https://github.com/newAM.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rtt-daemon\n\nA daemon to retrieve RTT logs using [probe-rs].\n\n## Usage\n\nThis is designed to be used with [NixOS].\n\n* Add this repository to your flake inputs:\n\n```nix\n{\n  inputs = {\n    unstable.url = \"github:nixos/nixpkgs/nixos-unstable\";\n\n    rtt-daemon = {\n      url = \"github:newam/rtt-daemon/main\";\n      inputs.nixpkgs.follows = \"unstable\";\n    };\n  };\n}\n```\n\n* Add `rtt-daemon.overlays.default` to `nixpkgs.overlays`.\n* Import the `rtt-daemon.nixosModules.default` module.\n* Configure:\n\n```nix\n{\n  services.rtt-daemon = {\n    enable = true;\n    probeVid = \"1209\";\n    probePid = \"4853\";\n    probeSerial = \"130018001650563641333620\";\n    chip = \"STM32WLE5JCIx\";\n    elf = \"/path/to/my/binary\";\n  };\n}\n```\n\n[probe-rs]: https://probe.rs/\n[NixOS]: https://nixos.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewam%2Frtt-daemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewam%2Frtt-daemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewam%2Frtt-daemon/lists"}