{"id":28586035,"url":"https://github.com/nerdcopter/blackbox_csv_render","last_synced_at":"2026-03-09T02:32:14.866Z","repository":{"id":287758705,"uuid":"963543732","full_name":"nerdCopter/BlackBox_CSV_Render","owner":"nerdCopter","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-22T18:16:18.000Z","size":1590,"stargazers_count":1,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-23T08:33:39.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nerdCopter.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-04-09T20:56:25.000Z","updated_at":"2026-01-20T16:25:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"08edf21a-637f-4f23-9f90-cbfa5437c637","html_url":"https://github.com/nerdCopter/BlackBox_CSV_Render","commit_stats":null,"previous_names":["nerdcopter/differentapproach"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nerdCopter/BlackBox_CSV_Render","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdCopter%2FBlackBox_CSV_Render","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdCopter%2FBlackBox_CSV_Render/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdCopter%2FBlackBox_CSV_Render/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdCopter%2FBlackBox_CSV_Render/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nerdCopter","download_url":"https://codeload.github.com/nerdCopter/BlackBox_CSV_Render/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdCopter%2FBlackBox_CSV_Render/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30280854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:23:26.802Z","status":"ssl_error","status_checked_at":"2026-03-09T02:22:46.175Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-06-11T06:30:34.130Z","updated_at":"2026-03-09T02:32:14.834Z","avatar_url":"https://github.com/nerdCopter.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## This is an experimental RUST program, mostly created via A.I., to read Betaflight Blackbox CSV and produce meaningful graphs.\n\n### Prerequisites\n\n1. https://www.rust-lang.org/tools/install\n2. [blackbox_decode](https://github.com/betaflight/blackbox-tools) your BBL to CSV (`--save-headers`, `--index \u003cnum\u003e`, and `--limits` parameters may be useful)\n\n### Build\n\n```shell\ncargo build --release\n```\n\n### Usage\n```shell\nUsage: ./BlackBox_CSV_Render \u003cinput_file1.csv\u003e [\u003cinput_file2.csv\u003e ...] [--dps [\u003cvalue\u003e]] [--out-dir \u003cdirectory\u003e]\n  \u003cinput_fileX.csv\u003e: Path to one or more input CSV log files (required).\n  --dps [\u003cvalue\u003e]: Optional. Enables detailed step response plots.\n                   If \u003cvalue\u003e (deg/s threshold) is provided, it's used.\n                   If \u003cvalue\u003e is omitted, defaults to 500.\n                   If --dps is omitted, a general step-response is shown.\n  --out-dir [\u003cdirectory\u003e]: Optional. Specifies the output directory for generated plots.\n                           If omitted, plots are saved in the current directory.\n                           If specified without a directory, plots are saved in the input file's directory.\n\nArguments can be in any order. Wildcards (e.g., *.csv) are supported by the shell.\n```\n### Example execution commands\n```shell\n./target/release/BlackBox_CSV_Render path/to/BTFL_Log.csv\n```\n```shell\n./target/release/BlackBox_CSV_Render path/to/*LOG*.csv --dps\n```\n```shell\n./target/release/BlackBox_CSV_Render path1/to/BTFL_*.csv path2/to/EMUF_*.csv --dps 360 --out-dir ./plots\n```\n\n### Output\n- PNG files are generated in the current directory, unless specified by the `--out-dir` parameter.\n\n### Code Overview\n\nFor a detailed explanation of the program's functionality, especially the step-response calculation and comparison with other tools like PIDtoolbox (Matlab) and PlasmaTree PID-Analyzer (Python), please see [Overview.md](Overview.md).\n\n### Licensing still under consideration.\n- Some resources used for the AI prompting included the following, but only for inspiration.\n- No code was reused as reported by AI interrogation, and therefore do not require their associated licensing.\n- https://github.com/KoffeinFlummi/bucksaw/ with GPL v3.\n- https://github.com/Plasmatree/PID-Analyzer/ with Apache License 2.0 and \"THE BEER-WARE LICENSE\" (Revision 42).\n- https://github.com/bw1129/PIDtoolbox/ with GPL v3 and \"THE BEER-WARE LICENSE\" (Revision 42).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdcopter%2Fblackbox_csv_render","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnerdcopter%2Fblackbox_csv_render","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdcopter%2Fblackbox_csv_render/lists"}