{"id":38404429,"url":"https://github.com/barturba/subnet-calc","last_synced_at":"2026-01-17T04:00:18.322Z","repository":{"id":249865471,"uuid":"832789866","full_name":"barturba/subnet-calc","owner":"barturba","description":"A command-line IP subnet calculator that provides network information given an IP address and subnet mask.","archived":false,"fork":false,"pushed_at":"2024-10-30T21:28:19.000Z","size":5138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T22:20:27.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/barturba.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":"2024-07-23T18:23:19.000Z","updated_at":"2024-10-30T21:28:22.000Z","dependencies_parsed_at":"2024-10-30T22:19:47.729Z","dependency_job_id":"f58516d2-1104-4a58-b191-20f0b7fe0bca","html_url":"https://github.com/barturba/subnet-calc","commit_stats":null,"previous_names":["barturba/subnet-calc"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/barturba/subnet-calc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2Fsubnet-calc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2Fsubnet-calc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2Fsubnet-calc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2Fsubnet-calc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barturba","download_url":"https://codeload.github.com/barturba/subnet-calc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2Fsubnet-calc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28494115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"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":[],"created_at":"2026-01-17T04:00:13.044Z","updated_at":"2026-01-17T04:00:18.187Z","avatar_url":"https://github.com/barturba.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# subnet-calc\n\nA command-line IP subnet calculator that provides network information given an IP address and subnet mask.\n\n## Installation\n\n```bash\ngo install github.com/barturba/subnet-calc@latest\n```\n\n## Usage\n\n```bash\nsubnet-calc \u003cip-address\u003e \u003ccidr\u003e\n```\n\n### Example\n\n```bash\n$ subnet-calc 192.168.0.1 /24\nNetwork address: 192.168.0.0\nUsable host IP range: 192.168.0.1 - 192.168.0.254\nBroadcast address: 192.168.0.255\nTotal number of hosts: 256\nNumber of usable hosts: 254\nSubnet mask: 255.255.255.0\nWildcard mask: 0.0.0.255\n```\n\n## Development\n\n### Build\n\n```bash\nmake build\n```\n\n### Run tests\n\n```bash\nmake test\n```\n\n### Run tests with coverage\n\n```bash\nmake coverage\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarturba%2Fsubnet-calc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarturba%2Fsubnet-calc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarturba%2Fsubnet-calc/lists"}