{"id":47809113,"url":"https://github.com/devcavin/netinsight","last_synced_at":"2026-04-03T18:02:01.423Z","repository":{"id":346578228,"uuid":"1157474755","full_name":"devcavin/netinsight","owner":"devcavin","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-24T13:00:17.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-25T16:54:19.512Z","etag":null,"topics":["bandwidth","devops","java","monitoring","network-monitoring","network-scanner","network-tools","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/devcavin.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":null,"dco":null,"cla":null}},"created_at":"2026-02-13T21:30:56.000Z","updated_at":"2026-03-24T17:20:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devcavin/netinsight","commit_stats":null,"previous_names":["devcavin/netinsight"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/devcavin/netinsight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcavin%2Fnetinsight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcavin%2Fnetinsight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcavin%2Fnetinsight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcavin%2Fnetinsight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devcavin","download_url":"https://codeload.github.com/devcavin/netinsight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcavin%2Fnetinsight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31368157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"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":["bandwidth","devops","java","monitoring","network-monitoring","network-scanner","network-tools","spring-boot"],"created_at":"2026-04-03T18:01:54.921Z","updated_at":"2026-04-03T18:02:01.416Z","avatar_url":"https://github.com/devcavin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetInsight\n\nNetInsight provides simple network insights through a REST API. It\nexposes useful system and network information in a structured and\nextensible format.\n\n## Features\n\n-   Retrieve local network interface IPs\n-   Retrieve public IP address\n-   Structured JSON responses\n-   Container-ready setup\n-   Designed for incremental feature additions\n\n------------------------------------------------------------------------\n\n## API\n\n### Get Network IP Information\n\nReturns local interface IPs that are up and public IP.\n\n**Endpoint**\n\n```sh\nGET api/v1/network/ip\n```\n\n**Response**\n\n``` json\n# when online\n{\n  \"localIps\": {\n    \"wlan0\": {\n      \"ipv4\": \"10.10.43.221\",\n      \"ipv6\": \"fe80:0:0:0:2b7a:ad03:a5c9:2cfc\"\n    },\n    \"eth0\": {\n      \"ipv4\": \"10.10.100.61\",\n      \"ipv6\": \"fe80:0:0:0:f639:9ff:fee2:7339\"\n    }\n  },\n  \"publicIp\": {\n    \"ipv4\": \"41.x.x.x\",\n    \"ipv6\": \"not configured by ISP\"\n  },\n  \"status\": \"SUCCESS\",\n  \"message\": \"IP information retrieved successfully.\"\n}\n\n# when offline\n{\n    \"localIp\": {},\n    \"publicIp\": {},\n    \"status\": \"ERROR\",\n    \"message\": \"Failed to retrieve any IP information.\"\n}\n```\n\n------------------------------------------------------------------------\n\n## Project Structure\nDropping soon...\n\n------------------------------------------------------------------------\n\n## Running\n\n### Using Gradle\n\n``` bash\n./gradlew bootRun\n```\n\n### Using Docker\n\n``` bash\ndocker compose up --build\n```\n\n------------------------------------------------------------------------\n\n## Roadmap\n\n-   [x] network IP endpoint\n-   [ ] bandwidth monitoring\n-   [ ] interface statistics\n-   [ ] device discovery\n-   [ ] continuous monitoring\n-   [ ] streaming metrics\n-   [ ] integrations\n\n------------------------------------------------------------------------\n\n## License\n[MIT LICENSE](/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevcavin%2Fnetinsight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevcavin%2Fnetinsight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevcavin%2Fnetinsight/lists"}