{"id":16341519,"url":"https://github.com/psibi/iwlib-rs","last_synced_at":"2025-06-19T17:33:14.470Z","repository":{"id":53782479,"uuid":"347608359","full_name":"psibi/iwlib-rs","owner":"psibi","description":"Safe bindings to libiw library","archived":false,"fork":false,"pushed_at":"2023-07-02T17:20:31.000Z","size":27,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T15:54:05.307Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psibi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-03-14T10:42:03.000Z","updated_at":"2024-09-21T20:20:18.000Z","dependencies_parsed_at":"2024-10-28T15:38:29.063Z","dependency_job_id":null,"html_url":"https://github.com/psibi/iwlib-rs","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"5ec1699e0453bebf622a9bebfdb6c05758be3586"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fiwlib-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fiwlib-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fiwlib-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fiwlib-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psibi","download_url":"https://codeload.github.com/psibi/iwlib-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040235,"owners_count":20551297,"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":[],"created_at":"2024-10-10T23:59:38.675Z","updated_at":"2025-03-23T00:32:30.612Z","avatar_url":"https://github.com/psibi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iwlib\n\n[![CI](https://github.com/psibi/iwlib-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/psibi/iwlib-rs/actions/workflows/ci.yml)\n\nProvides safe bindings on top of libiw library.\n\n## Usage\n\nCurrently it exposes minimal interfaces, any additional contributions\nwelcome.\n\nYou can get the essid and it's quality using this:\n\n``` rust\nuse iwlib::*;\n\nfn main() {\n    let wireless_info = get_wireless_info(\"wlp0s20f3\".to_string());\n    println!(\"Wireless info: {:?}\", wireless_info);\n}\n```\n\nExecuting the above code on my network gives me this:\n\n``` shellsession\n$ cargo run\n    Finished dev [unoptimized + debuginfo] target(s) in 0.01s\n     Running `target/debug/iwlib-helper`\nWireless info: Some(WirelessInfo { wi_essid: \"ichigokurasaki_5hz\", wi_quality: 50 })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsibi%2Fiwlib-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsibi%2Fiwlib-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsibi%2Fiwlib-rs/lists"}