{"id":32278249,"url":"https://github.com/au-top/show_network_interface_info","last_synced_at":"2026-05-06T03:35:17.626Z","repository":{"id":61974814,"uuid":"357401230","full_name":"au-top/show_network_interface_info","owner":"au-top","description":"Flutter Plugin Viewing IP gateway subnet mask of network card information on Windows / Android","archived":false,"fork":false,"pushed_at":"2021-04-28T02:58:10.000Z","size":97,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T00:26:43.827Z","etag":null,"topics":["android","flutter","flutter-plugin","network","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","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/au-top.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-13T02:33:06.000Z","updated_at":"2024-06-10T05:13:20.000Z","dependencies_parsed_at":"2022-10-24T13:45:16.464Z","dependency_job_id":null,"html_url":"https://github.com/au-top/show_network_interface_info","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/au-top/show_network_interface_info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/au-top%2Fshow_network_interface_info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/au-top%2Fshow_network_interface_info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/au-top%2Fshow_network_interface_info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/au-top%2Fshow_network_interface_info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/au-top","download_url":"https://codeload.github.com/au-top/show_network_interface_info/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/au-top%2Fshow_network_interface_info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["android","flutter","flutter-plugin","network","windows"],"created_at":"2025-10-23T00:18:56.539Z","updated_at":"2026-05-06T03:35:17.618Z","avatar_url":"https://github.com/au-top.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# show_network_interface_info\n\n- cn\n\n在 windows 和 android 平台上提供查看网络信息的能力\n\n---\n\n在 windows  上为查看所有网卡信息\n在 android  上为查看wifi网络信息\n\n这些信息都包含 网关 , ip ipMask\n\n如果你有更好的主意或者代码请发起 pr or issues\n\n示例返回结果\n```\n     [\n            {index: 1, networkInfoList: [{gateway: 0.0.0.0, ip: 0.0.0.0, ipMask: 0.0.0.0}]},\n            {index: 2, networkInfoList: [{gateway: 0.0.0.0, ip: 169.254.52.70, ipMask: 255.255.0.0}]},\n            {index: 3, networkInfoList: [{gateway: 0.0.0.0, ip: 169.254.114.12, ipMask: 255.255.0.0}]},\n            {index: 4, networkInfoList: [{gateway: 172.16.5.254, ip: 172.16.5.107, ipMask: 255.255.255.0}]},\n            {index: 5, networkInfoList: [{gateway: 0.0.0.0, ip: 0.0.0.0, ipMask: 0.0.0.0}]},\n            {index: 6, networkInfoList: [{gateway: 0.0.0.0, ip: 0.0.0.0, ipMask: 0.0.0.0}]}\n    ]   \n```\n\n\n\n---\n\n- en\n\nshow_ network_ interface_ info\n\n\n\nProvide the ability to view network information on windows and Android platform\n\n\n\n---\n\n\n\nTo view all network card information on Windows\n\nTo view WiFi network information on Android\n\n\n\nThe information includes gateway, IP, and ipmask\n\n\n\nIf you have a better idea or code, please launch PR or issues\n\n\n\nExamples return results\n\n```\n\n[\n\n{index: 1, networkInfoList: [{gateway: 0.0.0.0, ip: 0.0.0.0, ipMask: 0.0.0.0}]},\n\n{index: 2, networkInfoList: [{gateway: 0.0.0.0, ip: 169.254.52.70, ipMask: 255.255.0.0}]},\n\n{index: 3, networkInfoList: [{gateway: 0.0.0.0, ip: 169.254.114.12, ipMask: 255.255.0.0}]},\n\n{index: 4, networkInfoList: [{gateway: 172.16.5.254, ip: 172.16.5.107, ipMask: 255.255.255.0}]},\n\n{index: 5, networkInfoList: [{gateway: 0.0.0.0, ip: 0.0.0.0, ipMask: 0.0.0.0}]},\n\n{index: 6, networkInfoList: [{gateway: 0.0.0.0, ip: 0.0.0.0, ipMask: 0.0.0.0}]}\n\n]\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fau-top%2Fshow_network_interface_info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fau-top%2Fshow_network_interface_info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fau-top%2Fshow_network_interface_info/lists"}