{"id":22967441,"url":"https://github.com/asewhy/net","last_synced_at":"2025-07-26T02:13:10.063Z","repository":{"id":65508960,"uuid":"549646285","full_name":"AseWhy/net","owner":"AseWhy","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-15T18:22:46.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T03:19:17.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/AseWhy.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}},"created_at":"2022-10-11T14:09:56.000Z","updated_at":"2022-10-11T14:10:04.000Z","dependencies_parsed_at":"2023-01-29T04:01:26.637Z","dependency_job_id":null,"html_url":"https://github.com/AseWhy/net","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AseWhy/net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AseWhy%2Fnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AseWhy%2Fnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AseWhy%2Fnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AseWhy%2Fnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AseWhy","download_url":"https://codeload.github.com/AseWhy/net/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AseWhy%2Fnet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267105261,"owners_count":24036790,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-12-14T21:13:01.967Z","updated_at":"2025-07-26T02:13:10.015Z","avatar_url":"https://github.com/AseWhy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Net\n\nПростой модуль для работы с сетями и сетевыми интерфейсами. Модуль просто дергает программы которые уже установлены у пользователя\nи парсит результат их выполнения.\n\nВесь функционал предоставлен в классе Scanner\n\n## Пример\n\n```java\nimport io.github.asewhy.net.Scanner;\n\nclass Example {\n    public static void main(String[] args) {\n        var scanner = new Scanner();\n        \n        // Выводим все интерфейсы которые нашлись\n        scanner.scanRoutes().forEach(System.out::println);\n        \n        // Выводим все найденные wifi сети\n        scanner.scanWiFi().forEach(System.out::println);\n    }\n}\n```\n\n## Поддержка\n\nНа данный момент поддерживается только OS Linux\n\n| ОС      | Метод      | Поддержка |\n|---------|:-----------|:---------:|\n| Linux   | scanRoutes |     +     |\n| Linux   | scanWiFi   |     +     |\n| Windows | scanRoutes |     -     |\n| Windows | scanWiFi   |     -     |\n| Darwin  | scanRoutes |     -     |\n| Darwin  | scanWiFi   |     -     |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasewhy%2Fnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasewhy%2Fnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasewhy%2Fnet/lists"}