{"id":27238090,"url":"https://github.com/fulvius31/ip-neigh-sdk30","last_synced_at":"2025-07-27T18:10:33.960Z","repository":{"id":63492658,"uuid":"487251498","full_name":"fulvius31/ip-neigh-sdk30","owner":"fulvius31","description":"Ip neigh for android using android NDK. Avoiding restriction of bind socket on Android apps targeting sdk 30","archived":false,"fork":false,"pushed_at":"2024-07-17T01:52:51.000Z","size":736,"stargazers_count":37,"open_issues_count":0,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-10T19:15:24.608Z","etag":null,"topics":["android","android-application","arp","arp-table","ip","iproute2"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fulvius31.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}},"created_at":"2022-04-30T10:48:57.000Z","updated_at":"2025-04-10T18:57:35.000Z","dependencies_parsed_at":"2023-02-12T18:15:54.989Z","dependency_job_id":null,"html_url":"https://github.com/fulvius31/ip-neigh-sdk30","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fulvius31/ip-neigh-sdk30","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulvius31%2Fip-neigh-sdk30","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulvius31%2Fip-neigh-sdk30/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulvius31%2Fip-neigh-sdk30/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulvius31%2Fip-neigh-sdk30/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fulvius31","download_url":"https://codeload.github.com/fulvius31/ip-neigh-sdk30/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulvius31%2Fip-neigh-sdk30/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267400485,"owners_count":24081183,"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-27T02:00:11.917Z","response_time":82,"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":["android","android-application","arp","arp-table","ip","iproute2"],"created_at":"2025-04-10T18:59:55.765Z","updated_at":"2025-07-27T18:10:33.913Z","avatar_url":"https://github.com/fulvius31.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IP neighbour for Android with TargetSDK 30 and above\n\n#### [View Releases and Changelogs](https://github.com/fulvius31/ip-neigh-sdk30/releases)\n\n[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/)\n\n---\n# What this library does?\n\nThis library is born because Google has removed the possibility to use command like `ip neigh` for all the apps with targetSDK `30`.\n\nMore precisely apps cannot bind netlink socket when targeting Android API 30, then apps cannot retreive Arp table anymore.\n\nWith this library, you can easily do that!\n\n# Screenshot\n\u003cimg src=\"https://github.com/fulvius31/ip-neigh-sdk30/blob/main/ipneigh_screen.png\" width=\"250\" height=\"540\"\u003e\n\n# How to import\n\nStep 1. Add the JitPack repository in your root `build.gradle` file at the end of repositories\n```gradle\nallprojects {\n  repositories {\n    ...\n    maven { url 'https://jitpack.io' }\n  }\n}\n```\n\nStep 2. Add the dependency\n```gradle\ndependencies {\n  ...\n  implementation 'com.github.fulvius31:ip-neigh-sdk30:v0.0.3alpha'\n}\n```\n\n# How to use\n\nUse this library, is pretty easy. You have to call a method from the library that returns a String.\n\n``` java\nimport it.alessangiorgi.ipneigh30.ArpNDK;\n\n...\n\nString arpTable = ArpNDK.getARP();\n```\n\n# Important Note\n\nThis library **does not** work with Android 13 devices if you use `targetSdk` equals to `32` .\n\n## Apps Using this Library\n\n- https://play.google.com/store/apps/details?id=com.sangiorgisrl.wifimanagertool\n- https://play.google.com/store/apps/details?id=com.tester.wpswpatester\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulvius31%2Fip-neigh-sdk30","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffulvius31%2Fip-neigh-sdk30","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulvius31%2Fip-neigh-sdk30/lists"}